Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 5786112

Browse files
author
Miroslav Bajtoš
committed
Drop peer dependency on loopback
The peer dependency was used to control which loopback versions we are compatible with. Unfortunately it does not work well, e.g. even when the peer dep allows loopback 2.x, npm installs 1.x version instead.
1 parent 13fcdfc commit 5786112

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"mocha": "~1.17.1",
1414
"async": "~0.2.10"
1515
},
16-
"peerDependencies": {
17-
"loopback": "2.x || ^1.6.1"
18-
},
1916
"devDependencies": {
2017
"chai": "~1.9.0",
2118
"loopback": "^1.6.1"

0 commit comments

Comments
 (0)