@@ -27,7 +27,7 @@ var builtInModules = require('builtin-modules');
2727var external = Object . keys ( require ( '../package.json' ) . dependencies )
2828 . concat ( builtInModules ) ;
2929
30- var plugins = [ 'indexeddb' , 'localstorage' , 'memory' , ' find'] ;
30+ var plugins = [ 'indexeddb' , 'find' ] ;
3131
3232var currentYear = new Date ( ) . getFullYear ( ) ;
3333
@@ -42,24 +42,6 @@ var comments = {
4242
4343 'indexeddb' : '// PouchDB indexeddb plugin ' + version + '\n' ,
4444
45- 'memory' : '// PouchDB in-memory plugin ' + version +
46- '\n// Based on MemDOWN: https://github.com/rvagg/memdown' +
47- '\n// ' +
48- '\n// (c) 2012-' + currentYear + ' Dale Harvey and the PouchDB team' +
49- '\n// PouchDB may be freely distributed under the Apache license, ' +
50- 'version 2.0.' +
51- '\n// For all details and documentation:' +
52- '\n// http://pouchdb.com\n' ,
53-
54- 'localstorage' : '// PouchDB localStorage plugin ' + version +
55- '\n// Based on localstorage-down: https://github.com/No9/localstorage-down' +
56- '\n// ' +
57- '\n// (c) 2012-' + currentYear + ' Dale Harvey and the PouchDB team' +
58- '\n// PouchDB may be freely distributed under the Apache license, ' +
59- 'version 2.0.' +
60- '\n// For all details and documentation:' +
61- '\n// http://pouchdb.com\n' ,
62-
6345 'find' : '// pouchdb-find plugin ' + version +
6446 '\n// Based on Mango: https://github.com/cloudant/mango' +
6547 '\n// ' +
0 commit comments