better-sqlite3 moved to optional dependencies

This commit is contained in:
Jan Prochazka
2021-12-26 11:50:09 +01:00
parent cc02540c5f
commit 9d54a82330
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,6 @@
"dependencies": {
"async-lock": "^1.2.4",
"axios": "^0.21.1",
"better-sqlite3": "7.4.5",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"byline": "^5.0.0",
@@ -74,6 +73,7 @@
"webpack-cli": "^3.3.11"
},
"optionalDependencies": {
"better-sqlite3": "7.4.5",
"msnodesqlv8": "^2.4.4"
}
}