Skip to content

Commit b6cb56d

Browse files
authored
fix:修复npm发布异常问题 (#13)
1 parent 84e48ed commit b6cb56d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"react-native",
1111
"react-native-scrollview"
1212
],
13+
"publishConfig": {
14+
"registry": "https://registry.npmjs.org/",
15+
"access": "public"
16+
},
1317
"license": "MIT"
1418
}

0 commit comments

Comments
 (0)