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;