Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Jan 24, 2017
1 parent 1dc81ed commit a57ab1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "deep-object-diff",
"version": "0.0.3",
"version": "0.0.4",
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
"main": "dist/index.js",
"files": [
"dist/index.js",
"README.md"
],
],
"scripts": {
"build": "babel src -d dist --ignore *.spec.js",
"prepublish": "npm run build",
Expand Down

0 comments on commit a57ab1c

Please sign in to comment.