From 6ad2e5398772f693cbc835ce290c8b4ad8418d78 Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Tue, 3 Aug 2021 11:25:47 +1000 Subject: [PATCH] Fixes #1264. Removes dictionary override for bundling leveldown. changes from PR #837 makes this unnecessary now. --- dictionary/leveldown.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dictionary/leveldown.js b/dictionary/leveldown.js index 43ba113e3..8b46fbbaa 100644 --- a/dictionary/leveldown.js +++ b/dictionary/leveldown.js @@ -1,10 +1,3 @@ 'use strict'; -module.exports = { - pkg: { - patches: { - 'binding.js': ['__dirname', "require('path').dirname(process.execPath)"], - }, - deployFiles: [['prebuilds', 'prebuilds', 'directory']], - }, -}; +module.exports = {};