Use dist from jschardet and not sources

* use dist from `jschardet`

* fix it
This commit is contained in:
Benjamin Pasero 2021-11-19 14:14:54 +01:00 committed by GitHub
parent f5be473ddf
commit 4970694100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/**