Skip to content

Commit

Permalink
chore: update pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Feb 15, 2025
1 parent 515038b commit 0159e89
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@
"bin": {
"lootscraper": "./dist/main.js"
},
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@10.4.0",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"@biomejs/biome",
"esbuild"
]
"onlyBuiltDependencies": ["better-sqlite3", "@biomejs/biome", "esbuild"]
},
"scripts": {
"dev": "cross-env DEBUG=\"grammy*\" vite-node src/main.ts",
Expand Down

0 comments on commit 0159e89

Please sign in to comment.