Skip to content

Commit 4f645df

Browse files
author
ugogo
committed
fix publishConfig.registry
1 parent 0a24f72 commit 4f645df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"node": ">=10"
1313
},
1414
"publishConfig": {
15-
"access": "public"
15+
"access": "public",
16+
"registry": "https://registry.npmjs.org/"
1617
},
1718
"scripts": {
1819
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false",

0 commit comments

Comments
 (0)