Skip to content

Commit

Permalink
fix(knex): set knex dependency range to >= since it is not stable yet
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Aug 27, 2020
1 parent 93666a7 commit 46d991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"knex": "^0.16.0",
"knex": ">=0.16.0",
"objection": "^1.6.0 || ^2.0.0"
},
"volta": {
Expand Down

0 comments on commit 46d991c

Please sign in to comment.