mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
chore: upgrade bun to 1.3.2
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"packageManager": "bun@1.3.2",
|
||||
"engines": {
|
||||
"node": ">=22.13"
|
||||
},
|
||||
"scripts": {
|
||||
"updater": "bun x npm-check-updates -ui",
|
||||
"ci": "find . -name 'node_modules' -type d -exec rm -rf {} + && bun install",
|
||||
@@ -20,8 +24,5 @@
|
||||
"typescript": "^5.9.3",
|
||||
"verdaccio": "^6.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
"workspaces": ["app", "packages/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user