Skip to content

Commit 4ca1bc1

Browse files
author
Olivier Ligot
committed
Add pouchdb-adapter-leveldb and pouchdb-replication
1 parent 232576c commit 4ca1bc1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/dev-server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ var fs = bluebird.promisifyAll(require('fs'));
66
var build = require('./build');
77
var PouchDB = require('pouchdb-core')
88
.plugin(require('pouchdb-adapter-http'))
9+
.plugin(require('pouchdb-adapter-leveldb'))
10+
.plugin(require('pouchdb-replication'))
911
.plugin(require('pouchdb-load'));
1012
var fetch = require('node-fetch');
1113
var build = require('./build');

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@
5050
"pouch-sync-cli": "^1.0.0",
5151
"pouchdb-core": "^5.4.0",
5252
"pouchdb-adapter-idb": "^5.4.0",
53+
"pouchdb-adapter-leveldb": "^5.4.0",
5354
"pouchdb-adapter-websql": "^5.4.0",
5455
"pouchdb-adapter-http": "^5.4.0",
56+
"pouchdb-replication": "^5.4.0",
5557
"pouchdb-find": "^0.10.0",
5658
"pouchdb-load": "^1.4.2",
5759
"pouchdb-replication-stream": "^1.2.5",

0 commit comments

Comments
 (0)