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

Commit ca0b961

Browse files
author
Miroslav Bajtoš
committed
Remove juggler from peerDependencies.
As of #9, loopback-testing no longer `require()s` loopback directly. Module users have to supply their loopback models by passing the constructor to helper functions. The reason for keeping loopback in peerDependencies is to control which loopback version are compatible with loopback-testing. To achieve that, loopback-datasource-juggler does not need to be included in peerDependencies.
1 parent 36e5e93 commit ca0b961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"async": "~0.2.10"
1515
},
1616
"peerDependencies": {
17-
"loopback": ">=1.6.1",
18-
"loopback-datasource-juggler": "1.x"
17+
"loopback": ">=1.6.1"
1918
},
2019
"devDependencies": {
2120
"chai": "~1.9.0",

0 commit comments

Comments
 (0)