Skip to content

Commit c3b0d3f

Browse files
authored
Replace only-allow with devEngines.packageManager (#695)
1 parent d20e307 commit c3b0d3f

2 files changed

Lines changed: 206 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
"engines": {
66
"node": ">=24.0.0"
77
},
8-
"packageManager": "pnpm@11.5.3",
8+
"devEngines": {
9+
"packageManager": {
10+
"name": "pnpm",
11+
"version": "11.10.0",
12+
"onFail": "download"
13+
}
14+
},
915
"scripts": {
10-
"preinstall": "npx only-allow pnpm",
1116
"dev": "pnpm --filter @namesake/web dev",
1217
"dev:docs": "pnpm --filter @namesake/docs dev",
1318
"dev:pdf": "pnpm --filter @namesake/pdf-manager dev",

pnpm-lock.yaml

Lines changed: 199 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)