Skip to content

Commit

Permalink
Merge pull request #36 from ScopeSV/correct-install
Browse files Browse the repository at this point in the history
fix: install correctly
  • Loading branch information
ScopeSV authored Nov 28, 2023
2 parents 396c121 + 5b9e183 commit 66682fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"commander": "^11.1.0",
"pg": "^8.11.3",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"kysely": "^0.26.3"
},
"devDependencies": {
"@types/pg": "^8.10.9",
"kysely": "^0.26.3",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"vitest": "^0.34.6"
Expand Down

0 comments on commit 66682fe

Please sign in to comment.