Skip to content

Commit

Permalink
Add bookshelf as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Gama committed Aug 23, 2016
1 parent a4e50d4 commit 2e7ad12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"lint": "git diff --cached --name-only --diff-filter=ACMRTUXB | grep -E '\\.(js)(\\..+)?$' | xargs eslint",
"test": "mocha $npm_package_options_mocha"
},
"peerDependencies": {
"bookshelf": ">= 0.7"
},
"devDependencies": {
"babel": "5.6.14",
"babel-eslint": "6.0.3",
Expand Down

0 comments on commit 2e7ad12

Please sign in to comment.