From 8c747283fecf11c93d8ce12e82bcea8eac291c0c Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Thu, 17 Nov 2016 13:24:03 -0800 Subject: [PATCH] Declare "pouchdb-mapreduce" module, not "pouchdb-adapter-mapreduce" --- pouchdb-mapreduce/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }