mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
chore: remove dead pnpm.onlyBuiltDependencies from package.json
pnpm 11 no longer reads the package.json "pnpm" field and warns on it. The build allowlist already lives in pnpm-workspace.yaml via allowBuilds (better-sqlite3, esbuild, sharp), so this block was redundant noise.
This commit is contained in:
parent
07ab275662
commit
9ff0e86bb8
1 changed files with 0 additions and 5 deletions
|
|
@ -69,11 +69,6 @@
|
|||
"typescript": "^6.0.3",
|
||||
"yaml": "^2.9.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"better-sqlite3"
|
||||
]
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue