Skip to content

Commit

Permalink
update sqlite to optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 27, 2024
1 parent 8fb9dba commit b08df19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"build": "nuxt build --preset bun",
"dev": "nuxt dev"
},
"dependencies": {
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/bun": "^1.0.8",
"nitropack": "npm:nitropack-nightly@latest",
"nuxi": "npm:nuxi-nightly@latest",
"nuxt": "npm:nuxt-nightly@latest",
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/bun": "^1.0.8",
"optionalDependencies": {
"better-sqlite3": "^9.4.3"
}
},
"packageManager": "[email protected]"
}

0 comments on commit b08df19

Please sign in to comment.