*Switch to including build/Release native node libraries

This commit is contained in:
Derrick Hammer 2022-07-25 02:48:30 -04:00
parent 3b49f466c9
commit 74893a53fb
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
{ {
"assets": [ "assets": [
"node_modules/udx-native/prebuilds/*/*.node", "node_modules/*/build/Release/*.node",
"node_modules/sodium-native/prebuilds/*/*.node",
"node_modules/bcrypto/prebuilds/*/*.node",
"node_modules/hsd/lib/covenants/names.db" "node_modules/hsd/lib/covenants/names.db"
], ],
"outputPath": "dist" "outputPath": "dist"