Skip to content

Commit 15dc808

Browse files
committed
Set access to public to fix publish error
1 parent 5d94a9c commit 15dc808

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
},
5656
"homepage": "https://github.com/Expensify/react-native-wallet#readme",
5757
"publishConfig": {
58-
"registry": "https://registry.npmjs.org/"
58+
"registry": "https://registry.npmjs.org/",
59+
"access": "public"
5960
},
6061
"devDependencies": {
6162
"@babel/preset-env": "^7.25.3",

0 commit comments

Comments
 (0)