Skip to content

Commit c3616f2

Browse files
authored
Update content/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages.md
1 parent 514ec66 commit c3616f2

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
@@ -122,7 +122,7 @@ To publish multiple packages to the same repository, you can include the URL of
122122
123123
To ensure the repository's URL is correct, replace REPOSITORY with the name of the repository containing the package you want to publish, and OWNER with the name of the user or organization account on {% data variables.product.prodname_dotcom %} that owns the repository.
124124
125-
{% data variables.product.prodname_registry %} will match the repository based on the URL, instead of based on the package name. If you store the *package.json* file outside the root directory of your repository, you can use the `directory` field to specify the location where {% data variables.product.prodname_registry %} can find the *package.json* files.
125+
{% data variables.product.prodname_registry %} will match the repository based on the URL, instead of based on the package name.
126126
127127
```shell
128128
"repository" : "https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>HOSTNAME</em>{% endif %}/<em>OWNER</em>/<em>REPOSITORY</em>",

0 commit comments

Comments
 (0)