Skip to content

Commit

Permalink
Don't publish android build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 29, 2024
1 parent 0972255 commit 93ed428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ PODS:
- React-jsi (= 0.73.2)
- React-logger (= 0.73.2)
- React-perflogger (= 0.73.2)
- RNSwanBrowser (0.1.1):
- RNSwanBrowser (0.1.2):
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -1369,7 +1369,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: df8945a656356ff10f58f65a70820478bfcf33ad
React-utils: f5bc61e7ea3325c0732ae2d755f4441940163b85
ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
RNSwanBrowser: 1f3ec74631702f5e38b94d83146ea5a045fe9af0
RNSwanBrowser: 5ae4db322237a884254588f889d2ff040c25bd1f
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 13c8ef87792450193e117976337b8527b49e8c03

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swan-io/react-native-browser",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "An easy-to-use in-app browser module for React Native.",
"author": "Mathieu Acthernoene <mathieu.acthernoene@swan.io>",
Expand All @@ -13,6 +13,8 @@
"ios",
"dist",
"src",
"!android/build",
"!ios/build",
"RNSwanBrowser.podspec"
],
"repository": {
Expand Down

0 comments on commit 93ed428

Please sign in to comment.