Skip to content

Commit a1e3aff

Browse files
committed
Fix react-native-babel-plugin publishConfig
1 parent 41c7496 commit a1e3aff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"url": "https://github.com/DataDog/dd-sdk-reactnative/issues"
1515
},
1616
"license": "Apache-2.0",
17-
"publishConfig": {
18-
"access": "public"
19-
},
17+
"private": true,
2018
"workspaces": {
2119
"packages": [
2220
"packages/*",

packages/react-native-babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"source": "src",
2727
"module": "lib/module/index",
2828
"publishConfig": {
29-
"access": "private"
29+
"access": "public"
3030
},
3131
"scripts": {
3232
"test": "jest",

0 commit comments

Comments
 (0)