Skip to content

Commit a57ab1c

Browse files
committed
0.0.4
1 parent 1dc81ed commit a57ab1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "deep-object-diff",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
55
"main": "dist/index.js",
66
"files": [
77
"dist/index.js",
88
"README.md"
9-
],
9+
],
1010
"scripts": {
1111
"build": "babel src -d dist --ignore *.spec.js",
1212
"prepublish": "npm run build",

0 commit comments

Comments
 (0)