Skip to content

Commit

Permalink
fix: move slonik to peerDependencies (fixes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 23, 2020
2 parents 8c8daea + 93cc7e7 commit b084e3f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"dependencies": {
"crack-json": "^1.3.0",
"pretty-ms": "^6.0.0",
"serialize-error": "^5.0.0",
"slonik": "^22.4.0"
"serialize-error": "^5.0.0"
},
"peerDependencies": {
"slonik": ">=22.4.0"
},
"description": "Logs Slonik queries.",
"devDependencies": {
Expand All @@ -44,7 +46,8 @@
"inline-loops.macro": "^1.2.2",
"nyc": "^15.0.0",
"semantic-release": "^17.0.3",
"sinon": "^8.1.1"
"sinon": "^8.1.1",
"slonik": "^22.4.0"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit b084e3f

Please sign in to comment.