We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da0e87 commit b946ad8Copy full SHA for b946ad8
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# [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)
2
3
4
package.json
@@ -27,6 +27,7 @@
27
"commit": "git-cz",
28
"postpublish": "npm run clean",
29
"precommit": "npm run lint:staged",
30
+ "preinstall": "npx npm-force-resolutions",
31
"postinstall": "husky install",
32
"prebuild": "del-cli dist coverage",
33
"build": "./node_modules/.bin/ncc build src/index.ts -m -o dist",
0 commit comments