Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "jsdifftool", | ||
"description": "A Javascript to to see the DOM difference between a page with javascript and a page without javascript", | ||
"contributors": [ | ||
{ | ||
"name": "Rafael Grillo", | ||
"email": "grillorafael@gmail.com" | ||
} | ||
], | ||
"author": { | ||
"name": "Rafael Grillo", | ||
"email": "grillorafael@gmail.com" | ||
}, | ||
"repository": { | ||
@@ -15,5 +13,6 @@ "type": "git", | ||
"license": "MIT", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"preferGlobal": true, | ||
"private": false, | ||
"main": "jsdiff", | ||
"bin": { | ||
@@ -20,0 +19,0 @@ "jsdifftool" : "jsdiff.js" |
4407