Skip to content

Commit

Permalink
Merge pull request #392 from zixia/master
Browse files Browse the repository at this point in the history
add default export
  • Loading branch information
ralphtheninja committed Sep 28, 2017
2 parents b592599 + ad6e4a5 commit 056aba2
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 056aba2

Please sign in to comment.