Skip to content

Commit 67e8f37

Browse files
bobbysmith007Sakib Hasan
authored andcommitted
Make lib peerDepend on loopback-connector (#1326)
1 parent 3aef34e commit 67e8f37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,20 @@
3434
"async-iterators": "^0.2.2",
3535
"eslint": "^3.12.2",
3636
"eslint-config-loopback": "^8.0.0",
37+
"loopback-connector": "^4.0.0",
3738
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
3839
"mocha": "^3.2.0",
3940
"should": "^8.4.0"
4041
},
42+
"peerDependencies": {
43+
"loopback-connector": "^4.0.0"
44+
},
4145
"dependencies": {
4246
"async": "~2.1.4",
4347
"bluebird": "^3.1.1",
4448
"debug": "^2.1.1",
4549
"depd": "^1.0.0",
4650
"inflection": "^1.6.0",
47-
"loopback-connector": "^4.0.0",
4851
"minimatch": "^3.0.3",
4952
"qs": "^6.3.0",
5053
"shortid": "^2.2.6",

0 commit comments

Comments
 (0)