Declare "pouchdb-mapreduce" module, not "pouchdb-adapter-mapreduce"

This commit is contained in:
Andy Hanson
2016-11-17 13:24:03 -08:00
parent ecf2de71db
commit 8c747283fe

View File

@@ -20,7 +20,7 @@ declare namespace PouchDB {
}
}
declare module 'pouchdb-adapter-mapreduce' {
declare module 'pouchdb-mapreduce' {
const plugin: PouchDB.Plugin;
export = plugin;
}