Skip to content

Commit 89fd8f9

Browse files
committed
chore(project): change name
* be able to publish it under the @bpmn_io umbrella
1 parent 62b59a3 commit 89fd8f9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "jsondiffpatch",
2+
"name": "@bpmn-io/jsondiffpatch",
33
"version": "0.3.9",
44
"author": "Benjamin Eidelman <beneidel@gmail.com>",
55
"description": "Diff & Patch for Javascript objects",
66
"contributors": [
7-
"Benjamin Eidelman <beneidel@gmail.com>"
7+
"Benjamin Eidelman <beneidel@gmail.com>",
8+
"bpmn.io Contributors <https://bpmn.io>"
89
],
910
"browser": "dist/jsondiffpatch.umd.js",
1011
"main": "dist/jsondiffpatch.cjs.js",
@@ -78,10 +79,8 @@
7879
"rollup-plugin-replace": "^2.0.0",
7980
"rollup-plugin-visualizer": "^0.3.1"
8081
},
81-
"bundleDependencies": [],
8282
"license": "MIT",
8383
"engines": {
84-
"node": ">=4.8.0"
85-
},
86-
"homepage": "https://github.com/benjamine/jsondiffpatch"
84+
"node": ">=8"
85+
}
8786
}

0 commit comments

Comments
 (0)