Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add loopback-datasource-juggler as devDependency
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
ae916b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM