Browse Source

rename package

pull/6/head
DoneDeal0 2 years ago
parent
commit
a3974906d0
  1. 6
      package.json

6
package.json

@ -1,7 +1,7 @@
{ {
"name": "data-diff", "name": "superdiff",
"version": "1.0.0", "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", "main": "src/index.ts",
"module": "dist/index.js", "module": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -13,7 +13,7 @@
"license": "ISC", "license": "ISC",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/DoneDeal0/data-diff" "url": "git+https://github.com/DoneDeal0/superdiff"
}, },
"keywords": [ "keywords": [
"deep-diff", "deep-diff",

Loading…
Cancel
Save