Skip to content

Commit 6e48c76

Browse files
authored
fix: remove devEngines section from package.json to simplify engine requirements (#1198)
1 parent e037a20 commit 6e48c76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"engines": {
88
"node": ">=22"
99
},
10-
"devEngines": {
11-
"node": ">=22",
12-
"pnpm": ">=10"
13-
},
1410
"scripts": {
1511
"lint": "pnpm run -r lint",
1612
"test": "pnpm run -r --parallel test",

0 commit comments

Comments
 (0)