node-localstorage
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "node-localstorage", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"main": "./LocalStorage", | ||
@@ -33,4 +33,7 @@ "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.", | ||
"scripts": { | ||
"test": "npm run build; coffeetape test/*.coffee | tap-spec", | ||
"coverage": "npm run build; nyc --reporter=lcov coffeetape test/*.coffee | tap-nyc", | ||
"test": "npm run build && coffeetape test/*.coffee | tap-spec", | ||
"coverage": "npm run build && nyc --reporter=lcov coffeetape test/*.coffee | tap-nyc", | ||
"publish:patch": "npm run test && npm version patch && npm publish", | ||
"publish:minor": "npm run test && npm version minor && npm publish", | ||
"publish:major": "npm run test && npm version major && npm publish", | ||
"coverage:report": "nyc report --reporter=text-summary", | ||
@@ -37,0 +40,0 @@ "build": "coffee -c *.coffee", |
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
17965