Skip to content

Commit 7cacd14

Browse files
committed
chore: add devEngines field
For now it's not very useful except for preventing `npm install` from running on the project. Renovate doesn't pick this field up yet, but it's fine as we are using a semver range here.
1 parent e3bd285 commit 7cacd14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
"engines": {
1717
"node": ">=v18.3.0"
1818
},
19+
"devEngines": {
20+
"packageManager": {
21+
"name": "pnpm",
22+
"onFail": "download",
23+
"version": ">= 10.7.1"
24+
}
25+
},
1926
"scripts": {
2027
"prepare": "husky",
2128
"format": "prettier --write .",

0 commit comments

Comments
 (0)