Skip to content

Commit

Permalink
Add loopback-datasource-juggler as devDependency
Browse files Browse the repository at this point in the history
Because loopback lists loopback-datasource-juggler as a peerDependency but
still require()s it directly, it must be present for tests to run.

Under normal usage, the loopback dependency would pull in
loopback-datasource-juggler. This is mainly for dev/CI.
  • Loading branch information
rmg committed Dec 12, 2013
1 parent 32352bf commit ae916b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"strong-agent": "~0.2.18",
"strong-cluster-control": "~0.2.1",
"fs-tools": "~0.2.10",
"loopback-explorer": "~1.0.0"
"loopback-explorer": "~1.0.0",
"loopback-datasource-juggler": "~1.2.0"
},
"optionalDependencies": {
"express": "~3.4.4",
Expand Down

1 comment on commit ae916b0

@raymondfeng
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.