remove scope from registry

This commit is contained in:
Fabian Chong
2020-09-17 16:52:34 +08:00
parent d0104e2052
commit 5603f1430d
2 changed files with 1 additions and 3 deletions
@@ -7,7 +7,7 @@
{{#if privatePackage}} "private": {{privatePackage}},
{{/if}}
"publishConfig": {
{{#if npmRegistry}} "{{scopeName}}:registry": "{{npmRegistry}}",
{{#if npmRegistry}} "registry": "{{npmRegistry}}",
{{/if}}
"access": "public",
"main": "dist/index.esm.js",