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": {