bad-words-next
Advanced tools
Comparing version 1.6.4 to 1.6.5
# Changelog | ||
## [1.6.5](https://github.com/alexzel/bad-words-next/compare/v1.6.4...v1.6.5) (2023-04-03) | ||
### Bug Fixes | ||
* add missing prepare husky script ([dc40aa0](https://github.com/alexzel/bad-words-next/commit/dc40aa0beeccc31aa6045281cda67295fc35a3d6)) | ||
## [1.6.4](https://github.com/alexzel/bad-words-next/compare/v1.6.3...v1.6.4) (2023-04-03) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "bad-words-next", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "JavaScript/TypeScript filter and checker for bad words aka profanity", | ||
@@ -32,3 +32,4 @@ "keywords": [ | ||
"postversion": "git push --tags && yarn publish . --new-version $npm_package_version && git push && echo Successfully released version $npm_package_version!", | ||
"cleanup": "git tag -d $(git tag) && git fetch --all --tags && git clean --force -d -x && git reset --hard origin/main && git checkout main" | ||
"cleanup": "git tag -d $(git tag) && git fetch --all --tags && git clean --force -d -x && git reset --hard origin/main && git checkout main", | ||
"prepare": "husky install" | ||
}, | ||
@@ -35,0 +36,0 @@ "main": "lib/index.js", |
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
54606