From 49706941005fec6efd1281f3e3d3f8149e79b2f0 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 19 Nov 2021 14:14:54 +0100 Subject: [PATCH] Use `dist` from `jschardet` and not sources * use dist from `jschardet` * fix it --- build/.moduleignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/.moduleignore b/build/.moduleignore index 5bbca4640b8..233ca72a48a 100644 --- a/build/.moduleignore +++ b/build/.moduleignore @@ -51,8 +51,6 @@ spdlog/test/** spdlog/*.yml !spdlog/build/Release/*.node -jschardet/dist/** - windows-foreground-love/binding.gyp windows-foreground-love/build/** windows-foreground-love/src/** @@ -132,7 +130,9 @@ node-addon-api/**/* **/*.ts !typescript/**/*.d.ts -jschardet/dist/** +jschardet/index.js +jschardet/src/** +jschardet/dist/jschardet.js es6-promise/lib/**