From a3974906d0dfcb872600dfecf57e92e39d7be771 Mon Sep 17 00:00:00 2001 From: DoneDeal0 Date: Sun, 25 Dec 2022 18:26:37 +0100 Subject: [PATCH] rename package --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 34d54f3..8d9470a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "data-diff", + "name": "superdiff", "version": "1.0.0", - "description": "Data Diff checks the changes between two objects or arrays. It returns a complete diff with relevant information for each property or piece of data", + "description": "SuperDiff checks the changes between two objects or arrays. It returns a complete diff with relevant information for each property or piece of data", "main": "src/index.ts", "module": "dist/index.js", "types": "dist/index.d.ts", @@ -13,7 +13,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "git+https://github.com/DoneDeal0/data-diff" + "url": "git+https://github.com/DoneDeal0/superdiff" }, "keywords": [ "deep-diff",