Skip to content

Commit a734791

Browse files
authored
Make spacing of ":" consistent with "publishConfig"
1 parent c3616f2 commit a734791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To ensure the repository's URL is correct, replace REPOSITORY with the name of t
125125
{% data variables.product.prodname_registry %} will match the repository based on the URL, instead of based on the package name.
126126
127127
```shell
128-
"repository" : "https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>HOSTNAME</em>{% endif %}/<em>OWNER</em>/<em>REPOSITORY</em>",
128+
"repository":"https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>HOSTNAME</em>{% endif %}/<em>OWNER</em>/<em>REPOSITORY</em>",
129129
```
130130
131131
### Installing a package

0 commit comments

Comments
 (0)