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

Commit 43c1544

Browse files
committed
Remove default export (Level/community#87)
1 parent 96cd25a commit 43c1544

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
@@ -150,4 +150,4 @@ LevelDOWN.repair = function (location, callback) {
150150
binding.repair_db(location, callback)
151151
}
152152

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

0 commit comments

Comments
 (0)