diff --git a/CHANGELOG.md b/CHANGELOG.md index c046ba1a..a3924aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [0.0.0-dev](https://github.com/AlexRogalskiy/github-action-json-fields/compare/v2.0.1...v0.0.0-dev) (2021-04-28) +# [0.0.0-dev](https://github.com/AlexRogalskiy/github-action-json-fields/compare/v2.0.1...v0.0.0-dev) (2021-05-24) diff --git a/package.json b/package.json index cf351496..5e611876 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "commit": "git-cz", "postpublish": "npm run clean", "precommit": "npm run lint:staged", + "preinstall": "npx npm-force-resolutions", "postinstall": "husky install", "prebuild": "del-cli dist coverage", "build": "./node_modules/.bin/ncc build src/index.ts -m -o dist",