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 10, 2021
1 parent cff883a commit 686d685
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 @@ -152,4 +152,4 @@ LevelDOWN.repair = function (location, callback) {
binding.repair_db(location, callback)
}

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

0 comments on commit 686d685

Please sign in to comment.