Skip to content

Commit c35444a

Browse files
committed
fix(dep): use default export
1 parent 1347f27 commit c35444a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
var WebSqlPouchCore = require('@craftzdog/pouchdb-adapter-websql-core')
3+
var WebSqlPouchCore = require('@craftzdog/pouchdb-adapter-websql-core').default
44
var sqlite = null
55

66
function createOpenDBFunction (opts) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "standard"
1515
},
1616
"dependencies": {
17-
"@craftzdog/pouchdb-adapter-websql-core": "^7.2.2"
17+
"@craftzdog/pouchdb-adapter-websql-core": "^7.2.3"
1818
},
1919
"devDependencies": {
2020
"standard": "^10.0.2"

0 commit comments

Comments
 (0)