Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "deeply", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A toolkit for deep structure manipulations, provides deep merge/clone functionality out of the box, and exposes hooks and custom adapters for more control and greater flexibility.", | ||
@@ -9,6 +9,6 @@ "main": "index.js", | ||
"lint": "eslint *.js adapters/*.js test/*.js", | ||
"test": "tape 'test/*.js' | tap-spec", | ||
"cover": "istanbul cover --reporter=json tape -- 'test/*.js' | tap-spec", | ||
"test": "tape test/*.js | tap-spec", | ||
"cover": "istanbul cover --reporter=json tape -- test/*.js | tap-spec", | ||
"browser": "browserify -t browserify-istanbul test/compatibility.js | obake --coverage | tap-spec", | ||
"report": "istanbul report", | ||
"report": "istanbul report lcov text", | ||
"size": "browserify index.js | size-table deeply", | ||
@@ -15,0 +15,0 @@ "toc": "toc-md README.md", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26417