Skip to content

Commit

Permalink
move objection to peer dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
optii committed Apr 18, 2018
1 parent 2b1012c commit 0860797
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@
"license": "MIT",
"dependencies": {
"boom": "7.x.x",
"db-errors": "0.1.x",
"objection": "1.x.x"
"db-errors": "0.1.x"
},
"devDependencies": {
"objection": "1.x.x",
"coveralls": "3.x.x",
"code": "5.x.x",
"lab": "^15.x.x"
},
"peerDependencies": {
"objection": "1.x.x"
}
}

0 comments on commit 0860797

Please sign in to comment.