From 3fd21e25dd0680c7a6477aef0243b9a41e5e1075 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 11 Apr 2021 19:06:11 +0200 Subject: [PATCH] Remove default export (Level/community#87) --- lib/levelup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/levelup.js b/lib/levelup.js index cd64690c..64565ccb 100644 --- a/lib/levelup.js +++ b/lib/levelup.js @@ -308,4 +308,4 @@ function maybeError (db, callback) { } LevelUP.errors = errors -module.exports = LevelUP.default = LevelUP +module.exports = LevelUP