Skip to content

Commit

Permalink
Merge pull request #85 from strongloop/feature/juggler-dep
Browse files Browse the repository at this point in the history
Make loopback-datasource-juggler a peer dep
  • Loading branch information
raymondfeng committed Dec 6, 2013
2 parents 0a269b8 + 8300ba6 commit 383f420
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 @@ -16,7 +16,6 @@
"dependencies": {
"debug": "~0.7.2",
"express": "~3.4.0",
"loopback-datasource-juggler": "~1.2.0",
"strong-remoting": "~1.1.0",
"inflection": "~1.2.5",
"passport": "~0.1.17",
Expand All @@ -29,7 +28,11 @@
"uid2": "0.0.3",
"async": "~0.2.9"
},
"peerDependencies": {
"loopback-datasource-juggler": "~1.2.0"
},
"devDependencies": {
"loopback-datasource-juggler": "~1.2.0",
"mocha": "~1.14.0",
"strong-task-emitter": "0.0.x",
"supertest": "~0.8.1"
Expand Down

0 comments on commit 383f420

Please sign in to comment.