Omit unused resources from built package

This commit is contained in:
Jordan Rose
2021-02-12 09:59:50 -08:00
committed by Josh Perez
parent 515b713bfd
commit 011bdd2ae3
2 changed files with 2 additions and 29 deletions

View File

@@ -101,7 +101,6 @@
"mustache": "2.3.0",
"node-fetch": "2.6.1",
"node-forge": "0.10.0",
"node-gyp": "5.0.3",
"normalize-path": "3.0.0",
"os-locale": "3.0.1",
"p-map": "2.1.0",
@@ -242,6 +241,7 @@
"jsdoc": "3.6.2",
"mocha": "4.1.0",
"mocha-testcheck": "1.0.0-rc.0",
"node-gyp": "5.0.3",
"node-sass": "4.14.1",
"node-sass-import-once": "1.2.0",
"npm-run-all": "4.1.5",
@@ -407,7 +407,7 @@
"node_modules/socks/build/client/*.js",
"node_modules/smart-buffer/build/*.js",
"node_modules/sharp/build/**",
"!node_modules/sharp/{install,src,vendor/include}",
"!node_modules/sharp/{install,src,vendor/include,vendor/*/include}",
"!node_modules/@journeyapps/sqlcipher/deps/*",
"!node_modules/@journeyapps/sqlcipher/build/*",
"!node_modules/@journeyapps/sqlcipher/build-tmp-napi-*",