From dd1f2a222b5b7a5b93c3f8d96def614dc97d7461 Mon Sep 17 00:00:00 2001 From: Brice Stacey Date: Thu, 9 Feb 2023 12:02:00 -0500 Subject: [PATCH] chore: include go-waku download scripts in releases Since go-waku needs to be downloaded, including these download scripts in the releases is helpful. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index d37753e..0b0d45b 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,8 @@ "android", "ios", "cpp", + "download-gowaku.sh", + "go-waku.VERSION", "waku-react-native.podspec", "!lib/typescript/example", "!android/build",