password-generator
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "password-generator", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Memorable password generator. For the command line, Node.js and the browser.", | ||
@@ -41,3 +41,4 @@ "author": "Bermi Ferrer <bermi@bermilabs.com>", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "make test", | ||
"precommit": "grunt build && git add dist/*" | ||
}, | ||
@@ -44,0 +45,0 @@ "typings": "index.d.ts", |
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
24483