Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f645df

Browse files
author
ugogo
committedJun 20, 2020
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)
Please sign in to comment.