update templatingTask test

This commit is contained in:
Fabian Chong
2020-09-16 14:56:28 +08:00
parent 4f59fb341e
commit 21aa93ad46
3 changed files with 7 additions and 5 deletions
@@ -7,7 +7,7 @@
{{#if privatePackage}} "private": {{privatePackage}},
{{/if}}
"publishConfig": {
{{#if npmRegistry}} {{{npmRegistry}}},
{{#if npmRegistry}} "{{scopeName}}:registry": "{{npmRegistry}}",
{{/if}}
"access": "public",
"main": "dist/index.esm.js",