coins-validate
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "coins-validate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -15,3 +15,7 @@ "main": "index.js", | ||
"scripts": { | ||
"install": "node index.js" | ||
"install": "node index.js", | ||
"preversion": "git checkout master && git pull && npm ls", | ||
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish", | ||
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish", | ||
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish" | ||
}, | ||
@@ -18,0 +22,0 @@ "author": "cdaringe", |
@@ -9,4 +9,4 @@ # coins-validate | ||
`npm i --save coins-validate@latest` | ||
`npm i --save-dev coins-validate@latest` | ||
always use latest to assert that coins repos always follow our latest spec |
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
4007