Skip to content

Commit

Permalink
chore(package): only allow removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Feb 10, 2024
1 parent 0855487 commit c7a507f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"gpr:setup": "yarn tsx ./scripts/gpr-setup.ts",
"prepare": "husky install",
"version": "auto-changelog -p && git add CHANGELOG.md",
"preinstall": "npx only-allow yarn",
"postversion": "git push && git push --follow-tags",
"publish:beta": "yarn && yarn build && npm publish --folder dist --tag beta",
"release:beta": "npm version prerelease -m \"chore(update): prelease %s β\"",
Expand Down Expand Up @@ -66,7 +65,8 @@
"url": "https://github.com/Celtian/ngx-devkit-builders/issues"
},
"engines": {
"node": ">=20 <22"
"node": ">=20 <22",
"npm": "please-use-yarn"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit c7a507f

Please sign in to comment.