Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7cacd14

Browse filesBrowse 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
Copy full SHA for 7cacd14

File tree

1 file changed

+7
-0
lines changed
Filter options

1 file changed

+7
-0
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+7Lines changed: 7 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.