Skip to content

Commit

Permalink
Make lib peerDepend on loopback-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 authored and ssh24 committed Apr 17, 2017
1 parent 2f18a83 commit 90fa24d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,20 @@
"async-iterators": "^0.2.2",
"eslint": "^3.12.2",
"eslint-config-loopback": "^8.0.0",
"loopback-connector": "^4.0.0",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^3.2.0",
"should": "^8.4.0"
},
"peerDependencies": {
"loopback-connector": "^4.0.0"
},
"dependencies": {
"async": "~2.1.4",
"bluebird": "^3.1.1",
"debug": "^2.1.1",
"depd": "^1.0.0",
"inflection": "^1.6.0",
"loopback-connector": "^4.0.0",
"minimatch": "^3.0.3",
"qs": "^6.3.0",
"shortid": "^2.2.6",
Expand Down

0 comments on commit 90fa24d

Please sign in to comment.