remove deprecated pnpm stuff from package.json

This commit is contained in:
shamoon
2026-07-05 18:03:32 -07:00
parent f3edc1ac36
commit 0c5cfb2254
2 changed files with 20 additions and 10 deletions
+1 -10
View File
@@ -71,14 +71,5 @@
"typescript": "^6.0.3",
"webpack": "^5.107.2"
},
"packageManager": "pnpm@10.17.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"canvas",
"esbuild",
"lmdb",
"msgpackr-extract"
]
}
"packageManager": "pnpm@10.17.1"
}