Skip to content

Commit

Permalink
fix: loosen up the slonik dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 11, 2021
1 parent a54bfcf commit 19a58da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"nyc": "^15.1.0",
"semantic-release": "^18.0.1",
"sinon": "^12.0.1",
"slonik": "^26.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -57,7 +56,7 @@
"main": "./dist/src/index.js",
"name": "slonik-interceptor-query-logging",
"peerDependencies": {
"slonik": ">=26.0.0"
"slonik": "*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 19a58da

Please sign in to comment.