Skip to content

Commit

Permalink
Remove default export (Level/community#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 17, 2021
1 parent cfce6bb commit 3fd21e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/levelup.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ function maybeError (db, callback) {
}

LevelUP.errors = errors
module.exports = LevelUP.default = LevelUP
module.exports = LevelUP

0 comments on commit 3fd21e2

Please sign in to comment.