Skip to content

Commit

Permalink
Merge pull request #245 from kevkevinpal/patch-1
Browse files Browse the repository at this point in the history
Moving sqlite3 to regular depencies
  • Loading branch information
Evanfeenstra committed Nov 24, 2021
2 parents fde6446 + f1e0410 commit fd27140
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 fd27140

Please sign in to comment.