From 74893a53fb7b3cfa1f756d1254079e2f3636aea5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 25 Jul 2022 02:48:30 -0400 Subject: [PATCH] *Switch to including build/Release native node libraries --- pkg.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg.json b/pkg.json index 99277d6..c9c07d5 100644 --- a/pkg.json +++ b/pkg.json @@ -1,8 +1,6 @@ { "assets": [ - "node_modules/udx-native/prebuilds/*/*.node", - "node_modules/sodium-native/prebuilds/*/*.node", - "node_modules/bcrypto/prebuilds/*/*.node", + "node_modules/*/build/Release/*.node", "node_modules/hsd/lib/covenants/names.db" ], "outputPath": "dist"