We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c7496 commit a1e3affCopy full SHA for a1e3aff
package.json
@@ -14,9 +14,7 @@
14
"url": "https://github.com/DataDog/dd-sdk-reactnative/issues"
15
},
16
"license": "Apache-2.0",
17
- "publishConfig": {
18
- "access": "public"
19
- },
+ "private": true,
20
"workspaces": {
21
"packages": [
22
"packages/*",
packages/react-native-babel-plugin/package.json
@@ -26,7 +26,7 @@
26
"source": "src",
27
"module": "lib/module/index",
28
"publishConfig": {
29
- "access": "private"
+ "access": "public"
30
31
"scripts": {
32
"test": "jest",
0 commit comments