mattange / loopback-connector-couch

Provides Loopback.io connector for CouchDB document databases.
20 stars 11 forks source link

Add `debug` as a normal dependency #2

Closed mhamann closed 9 years ago

mhamann commented 9 years ago

The module actually depends on the debug package, but it's only included as a devDependency, so the connector can't be loaded when called by loopback.

This fixes Issue #1.

mhamann commented 9 years ago

Thanks for merging!

Since debug is a pretty common npm module, I wonder if perhaps you and others did not experience the issue because they were already using that module in the project (which would also allow the couch connector to find it).

I happen to not be using the debug module myself (perhaps I'm a statistical anomaly), which I think is why I ran into the issue.

Thanks again!