Skip to content

Commit 93ed428

Browse files
committed
Don't publish android build artifacts
1 parent 0972255 commit 93ed428

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ PODS:
11111111
- React-jsi (= 0.73.2)
11121112
- React-logger (= 0.73.2)
11131113
- React-perflogger (= 0.73.2)
1114-
- RNSwanBrowser (0.1.1):
1114+
- RNSwanBrowser (0.1.2):
11151115
- React-Core
11161116
- SocketRocket (0.6.1)
11171117
- Yoga (1.14.0)
@@ -1369,7 +1369,7 @@ SPEC CHECKSUMS:
13691369
React-runtimescheduler: df8945a656356ff10f58f65a70820478bfcf33ad
13701370
React-utils: f5bc61e7ea3325c0732ae2d755f4441940163b85
13711371
ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
1372-
RNSwanBrowser: 1f3ec74631702f5e38b94d83146ea5a045fe9af0
1372+
RNSwanBrowser: 5ae4db322237a884254588f889d2ff040c25bd1f
13731373
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
13741374
Yoga: 13c8ef87792450193e117976337b8527b49e8c03
13751375

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swan-io/react-native-browser",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"description": "An easy-to-use in-app browser module for React Native.",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -13,6 +13,8 @@
1313
"ios",
1414
"dist",
1515
"src",
16+
"!android/build",
17+
"!ios/build",
1618
"RNSwanBrowser.podspec"
1719
],
1820
"repository": {

0 commit comments

Comments
 (0)