-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor to use core + http for pouchdb to remove the need for leveldown in package-lock - As well as updating to a version of couch2pg that does the same - Adds a missing dependency that was being pulled in by dev deps
- Loading branch information
Showing
7 changed files
with
197 additions
and
1,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
const PouchDB = require('pouchdb-core'); | ||
PouchDB.plugin(require('pouchdb-adapter-http')); | ||
|
||
module.exports = PouchDB; |
Oops, something went wrong.