From 00ab298d62c9548242535cf7594b52a51d68b672 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 4 Apr 2020 15:32:13 -0500 Subject: [PATCH] Included more packages --- electron/pack.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron/pack.js b/electron/pack.js index b9dfc20..6151c13 100644 --- a/electron/pack.js +++ b/electron/pack.js @@ -23,6 +23,8 @@ const includedPaths = [ // 'spellchecker/build/Release/spellchecker.node', 'keytar/build/Release/keytar.node', 'throat', + '@cliqz/adblocker-electron', + 'node-fetch', 'jquery' ];