From e8808bddfba5c2aa0d3745370dcc7ac09735c2ea Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:20:37 -0400 Subject: [PATCH] publish configs --- packages/react-native-uniffi-russh/.npmignore | 2 ++ packages/react-native-uniffi-russh/package.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/packages/react-native-uniffi-russh/.npmignore b/packages/react-native-uniffi-russh/.npmignore index 1bc6821..12113d2 100644 --- a/packages/react-native-uniffi-russh/.npmignore +++ b/packages/react-native-uniffi-russh/.npmignore @@ -29,3 +29,5 @@ android/local.properties coverage/ *.log *.local + +rust/target/ \ No newline at end of file diff --git a/packages/react-native-uniffi-russh/package.json b/packages/react-native-uniffi-russh/package.json index 27d7d22..6b179e6 100644 --- a/packages/react-native-uniffi-russh/package.json +++ b/packages/react-native-uniffi-russh/package.json @@ -20,8 +20,13 @@ "ios", "src", "cpp", + "rust", "*.podspec", + "*.xcframework", "react-native.config.js", + "*.md", + "*.config.*", + "tsconfig*.json", "LICENSE" ], "scripts": {