Skip to content

Commit a397490

Browse files
committed
rename package
1 parent 23c09bc commit a397490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "data-diff",
2+
"name": "superdiff",
33
"version": "1.0.0",
4-
"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",
4+
"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",
55
"main": "src/index.ts",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
"license": "ISC",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/DoneDeal0/data-diff"
16+
"url": "git+https://github.com/DoneDeal0/superdiff"
1717
},
1818
"keywords": [
1919
"deep-diff",

0 commit comments

Comments
 (0)