Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "niceware", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Utility for converting cryptographic keys into human-readable phrases", | ||
@@ -23,6 +23,8 @@ "keywords": [ | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"nsp": "^2.6.2", | ||
"standard": "^8.1.0" | ||
}, | ||
"scripts": { | ||
"browserify": "browserify lib/main.js -o browser/niceware.js", | ||
"build": "browserify lib/main.js -o browser/niceware.js", | ||
"check": "nsp check", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec", | ||
@@ -29,0 +31,0 @@ "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", |
Sorry, the diff of this file is not supported yet
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
2191320
9