Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "norma", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A function argument organizer", | ||
@@ -13,3 +13,4 @@ "main": "norma.js", | ||
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;", | ||
"repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --registry https://registry.npmjs.org " | ||
"repo-publish": "npm run reset && npm run repo-publish-quick", | ||
"repo-publish-quick": "npm run prettier && npm test && npm run repo-tag && npm publish --registry https://registry.npmjs.org " | ||
}, | ||
@@ -42,3 +43,3 @@ "repository": { | ||
"pegjs": "^0.10.0", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.2.4", | ||
"uglify-js": "^3.17.4" | ||
@@ -45,0 +46,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
55131