Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
/ leveldown Public archive

Commit 686d685

Browse files
committed
Remove default export (Level/community#87)
1 parent cff883a commit 686d685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leveldown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ LevelDOWN.repair = function (location, callback) {
152152
binding.repair_db(location, callback)
153153
}
154154

155-
module.exports = LevelDOWN.default = LevelDOWN
155+
module.exports = LevelDOWN

0 commit comments

Comments
 (0)