diff --git a/pouchdb-mapreduce/index.d.ts b/pouchdb-mapreduce/index.d.ts index fdcd1fee74..76acbab156 100644 --- a/pouchdb-mapreduce/index.d.ts +++ b/pouchdb-mapreduce/index.d.ts @@ -20,7 +20,7 @@ declare namespace PouchDB { } } -declare module 'pouchdb-adapter-mapreduce' { +declare module 'pouchdb-mapreduce' { const plugin: PouchDB.Plugin; export = plugin; }