We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b59a3 commit 89fd8f9Copy full SHA for 89fd8f9
package.json
@@ -1,10 +1,11 @@
1
{
2
- "name": "jsondiffpatch",
+ "name": "@bpmn-io/jsondiffpatch",
3
"version": "0.3.9",
4
"author": "Benjamin Eidelman <beneidel@gmail.com>",
5
"description": "Diff & Patch for Javascript objects",
6
"contributors": [
7
- "Benjamin Eidelman <beneidel@gmail.com>"
+ "Benjamin Eidelman <beneidel@gmail.com>",
8
+ "bpmn.io Contributors <https://bpmn.io>"
9
],
10
"browser": "dist/jsondiffpatch.umd.js",
11
"main": "dist/jsondiffpatch.cjs.js",
@@ -78,10 +79,8 @@
78
79
"rollup-plugin-replace": "^2.0.0",
80
"rollup-plugin-visualizer": "^0.3.1"
81
},
- "bundleDependencies": [],
82
"license": "MIT",
83
"engines": {
84
- "node": ">=4.8.0"
85
- },
86
- "homepage": "https://github.com/benjamine/jsondiffpatch"
+ "node": ">=8"
+ }
87
}
0 commit comments