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

Commit 3fd21e2

Browse files
committed
Remove default export (Level/community#87)
1 parent cfce6bb commit 3fd21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/levelup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,4 @@ function maybeError (db, callback) {
308308
}
309309

310310
LevelUP.errors = errors
311-
module.exports = LevelUP.default = LevelUP
311+
module.exports = LevelUP

0 commit comments

Comments
 (0)