Skip to content

Commit

Permalink
Fix the knex peer dependency for current objection version
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Mar 13, 2021
1 parent 056411b commit 260b284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "objection",
"version": "2.2.14",
"version": "2.2.15",
"description": "An SQL-friendly ORM for Node.js",
"main": "lib/objection.js",
"license": "MIT",
Expand Down Expand Up @@ -65,7 +65,7 @@
"db-errors": "^0.2.3"
},
"peerDependencies": {
"knex": "0.x"
"knex": "<0.95.0"
},
"devDependencies": {
"@types/node": "^14.14.13",
Expand Down

0 comments on commit 260b284

Please sign in to comment.