Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "hbsutil", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Small command line utility for build-time processing of handlebars templates", | ||
@@ -11,4 +11,4 @@ "main": "hbsutil.js", | ||
"lint": "jshint --show-non-errors hbsutil.js", | ||
"preversion": "git checkout master && git pull && npm run lint", | ||
"postversion": "git push && git push --tags && npm publish && git checkout develop", | ||
"preversion": "git checkout master && git pull && git merge develop && npm run lint", | ||
"postversion": "git push && git push --tags && npm publish && git checkout develop && git merge master && git push", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -15,0 +15,0 @@ }, |
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
49549