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 96cd25a commit 43c1544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveldown.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ LevelDOWN.repair = function (location, callback) {
binding.repair_db(location, callback)
}

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

0 comments on commit 43c1544

Please sign in to comment.