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 39c02b1 commit e540a5cCopy full SHA for e540a5c
package.json
@@ -2,6 +2,11 @@
2
"name": "deep-object-diff",
3
"version": "0.0.1",
4
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
5
+ "scripts": {
6
+ "test": "mocha \"src/**/*spec.js\" --recursive --compilers js:babel-register",
7
+ "test:coverage": "babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- \"src/**/*spec.js\" --recursive --compilers js:babel-register",
8
+ "test:watch": "npm test -- -w"
9
+ },
10
"author": "Matt Phillips",
11
"license": "ISC",
12
"dependencies": {
0 commit comments