Skip to content

Commit

Permalink
Moving sqlite3 to regular depencies
Browse files Browse the repository at this point in the history
was having an issue in prod environments because sqlite3 was not being installed as it would ignore the devdepencies
  • Loading branch information
kevkevinpal committed Nov 24, 2021
1 parent fde6446 commit f1e0410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"winston": "^3.2.1",
"ws": "^7.5.3",
"yup": "^0.32.9",
"zbase32": "^1.0.2"
"zbase32": "^1.0.2",
"sqlite3": "4.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.2",
Expand All @@ -112,8 +113,7 @@
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.1",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"sqlite3": "4.1.1"
"pretty-quick": "^3.1.1"
},
"pkg": {
"assets": [
Expand Down

0 comments on commit f1e0410

Please sign in to comment.