lutils-clone
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name" : "lutils-clone", | ||
"description" : "Reliably and recursively clone javascript objects", | ||
"version" : "0.1.5", | ||
"version" : "0.1.6", | ||
"author" : { "name": "nfour" }, | ||
@@ -12,4 +12,4 @@ "repository" : { | ||
"scripts": { | ||
"test" : "nodeunit ./test.js", | ||
"publicate" : "npm run test && npm publish" | ||
"test" : "nodeunit ./test.js", | ||
"prepublish" : "npm run test" | ||
}, | ||
@@ -20,7 +20,9 @@ | ||
"dependencies": { | ||
"lutils-typeof" : "~0.1.0" | ||
"lutils-typeof" : "~0.2.0" | ||
}, | ||
"devDependencies": { | ||
"nodeunit" : "^0.9.0" | ||
} | ||
}, | ||
"keywords": [ "clone", "recursive", "deep", "immutable", "mutate" ] | ||
} |
3472
+ Addedlutils-typeof@0.2.5(transitive)
- Removedlutils-typeof@0.1.2(transitive)
Updatedlutils-typeof@~0.2.0