Skip to content

Commit 8431a52

Browse files
committed
chore: triggering lerna for these packages
1 parent b8f02bd commit 8431a52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/platform-android/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "3.0.5-alpha.1",
44
"license": "MIT",
55
"main": "build/index.js",
6-
"publishConfig": {
7-
"access": "public"
8-
},
96
"dependencies": {
107
"@react-native-community/cli-tools": "^3.0.0",
118
"chalk": "^2.4.2",
@@ -15,6 +12,9 @@
1512
"slash": "^3.0.0",
1613
"xmldoc": "^1.1.2"
1714
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1818
"files": [
1919
"build",
2020
"native_modules.gradle"

packages/platform-ios/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "3.0.5-alpha.1",
44
"license": "MIT",
55
"main": "build/index.js",
6-
"publishConfig": {
7-
"access": "public"
8-
},
96
"dependencies": {
107
"@react-native-community/cli-tools": "^3.0.0",
118
"chalk": "^2.4.2",
129
"js-yaml": "^3.13.1",
1310
"xcode": "^2.0.0"
1411
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
1515
"devDependencies": {
1616
"@react-native-community/cli-types": "^3.0.0",
1717
"@types/js-yaml": "^3.12.1",

0 commit comments

Comments
 (0)