Skip to content

Commit

Permalink
updated peer dependency to remove warning w objection 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Griffin committed May 8, 2018
1 parent 119c435 commit 4a503f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "objection-soft-delete",
"version": "1.0.4",
"version": "1.0.5",
"description": "A plugin for objection js to support soft delete functionallity",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"license": "MIT",
"peerDependencies": {
"objection": "0.x"
"objection": ">= 0.8"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 4a503f6

Please sign in to comment.