Skip to content

Commit f1bdb44

Browse files
committed
fix: remove engines entries for package managers
We really only care about the Node version.
1 parent 84d1b25 commit f1bdb44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.0.0-semantically-released",
44
"description": "CLI toolbox for common scripts for JavaScript + TypeScript projects",
55
"engines": {
6-
"node": ">=v14.21.3",
7-
"npm": ">=6",
8-
"yarn": ">=2.4.3"
6+
"node": ">=v14"
97
},
108
"publishConfig": {
119
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)