Skip to content

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 b592599 commit ad6e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveldown.js
Expand Up @@ -104,4 +104,4 @@ LevelDOWN.repair = function (location, callback) {
}


module.exports = LevelDOWN
module.exports = LevelDOWN.default = LevelDOWN

0 comments on commit ad6e4a5

Please sign in to comment.