Skip to content

Commit

Permalink
fix: remove engines entries for package managers
Browse files Browse the repository at this point in the history
We really only care about the Node version.
  • Loading branch information
jrolfs committed Aug 15, 2023
1 parent 84d1b25 commit f1bdb44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.0-semantically-released",
"description": "CLI toolbox for common scripts for JavaScript + TypeScript projects",
"engines": {
"node": ">=v14.21.3",
"npm": ">=6",
"yarn": ">=2.4.3"
"node": ">=v14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit f1bdb44

Please sign in to comment.