From 269049f52e9d2490ffc3f6584869022ca522195b Mon Sep 17 00:00:00 2001 From: Sean Bethel Date: Sat, 21 Oct 2017 22:20:44 -0400 Subject: [PATCH] modify to resolve to default export --- lib/pouch-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pouch-utils.js b/lib/pouch-utils.js index 021b8cb..5b05ed5 100644 --- a/lib/pouch-utils.js +++ b/lib/pouch-utils.js @@ -1,6 +1,6 @@ 'use strict'; -var Promise = require('pouchdb-promise'); +var Promise = require('pouchdb-promise').default; /* istanbul ignore next */ exports.once = function (fun) { var called = false;