Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Sep 23, 2017
1 parent 091cd95 commit ef7c298
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 @@ -291,4 +291,4 @@ function maybeError (db, callback) {
}

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

0 comments on commit ef7c298

Please sign in to comment.