Make lib peerDepend on loopback-connector (#1326)

This commit is contained in:
Russ Tyndall 2017-04-18 16:11:18 -04:00 committed by Sakib Hasan
parent 3aef34e552
commit 67e8f3708a
1 changed files with 4 additions and 1 deletions

View File

@ -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",