Comparing version 1.0.0 to 1.0.1
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html", | ||
@@ -26,5 +26,5 @@ "repository": "git@github.com:FGRibreau/node-unidecode.git", | ||
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master", | ||
"release-major": "npm run test && npm run changelog-git && npm-release major", | ||
"release-minor": "npm run test && npm run changelog-git && npm-release minor", | ||
"release-patch": "npm run test && npm run changelog-git && npm-release patch" | ||
"release-major": "npm run test && npm-release major && npm run changelog-git", | ||
"release-minor": "npm run test && npm-release minor && npm run changelog-git", | ||
"release-patch": "npm run test && npm-release patch && npm run changelog-git" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
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
337654
189