Skip to content

Commit

Permalink
fixed npm test. updating to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
beneidel committed Feb 7, 2013
1 parent 76eb5ec commit d40ed7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsondiffpatch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsondiffpatch",
"version": "0.0.6",
"version": "0.0.7",
"author": "Benjamin Eidelman <beneidel@gmail.com>",
"description": "Diff & Patch for JSON object graphs",
"contributors": [
Expand Down
3 changes: 2 additions & 1 deletion src/jsondiffpatch.js
Expand Up @@ -11,7 +11,8 @@
if (typeof jsondiffpatch != 'undefined'){
jdp = jsondiffpatch;
}
jdp.version = '0.0.6';
var jsondiffpatch = jdp;
jdp.version = '0.0.7';
jdp.config = {
textDiffMinLength: 60,
detectArrayMove: true,
Expand Down

0 comments on commit d40ed7c

Please sign in to comment.