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 180cef7 commit f2189ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -17,8 +17,7 @@
},
"dependencies": {
"camelcase": "^6.2.1",
"core-js": "^3.19.3",
"slonik": "^26.0.0"
"core-js": "^3.19.3"
},
"description": "Transforms Slonik query result field names.",
"devDependencies": {
Expand Down Expand Up @@ -62,5 +61,8 @@
"test": "NODE_ENV=test nyc ava --verbose --serial"
},
"typings": "./dist/src/index.d.ts",
"version": "1.2.0"
"version": "1.2.0",
"peerDependencies": {
"slonik": "*"
}
}

0 comments on commit f2189ed

Please sign in to comment.