File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ var fs = bluebird.promisifyAll(require('fs'));
66var build = require ( './build' ) ;
77var 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' ) ) ;
1012var fetch = require ( 'node-fetch' ) ;
1113var build = require ( './build' ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments