pouchdb / pouchdb-auth

A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
36 stars 11 forks source link

remove unnecessary pouchdb dependency #16

Closed nolanlawson closed 8 years ago

nolanlawson commented 8 years ago

AFAICT there is no reason to have this dependency here, and it pulls in leveldown when otherwise it wouldn't be necessary (e.g. for an in-memory express-pouchdb).

nolanlawson commented 8 years ago

I cannot reproduce the failures locally, the main master branch is apparently broken in Travis, and this commit passes locally when I run npm test. I'm eager to merge and publish this because I'd like for it to be possible to use express-pouchdb without installing leveldown, so I'm going to self-+1 and merge. I'll open a separate issue to fix the master branch in Travis.