@wessberg/stringutil
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@wessberg/stringutil", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A class for performing simple operations on strings.", | ||
@@ -29,7 +29,7 @@ "main": "./dist/cjs/index.js", | ||
"commit": "git add . && git commit -am ", | ||
"beforepublish": "npm run tslint && npm run build && npm run commit \"$npm_config_message)[@]\"", | ||
"publish": "npm run publish:patch", | ||
"publish:major": "npm run beforepublish && npm version major && && git push && npm publish", | ||
"publish:minor": "npm run beforepublish && npm version minor && && git push && npm publish", | ||
"publish:patch": "npm run beforepublish && npm version patch && git push && npm publish" | ||
"beforepush": "npm run tslint && npm run build && npm run commit \"$npm_config_message)[@]\"", | ||
"push": "npm run push:patch", | ||
"push:major": "npm run beforepush && npm version major && git push && npm publish", | ||
"push:minor": "npm run beforepush && npm version minor && git push && npm publish", | ||
"push:patch": "npm run beforepush && npm version patch && git push && npm publish" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
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
25981