diff --git a/content/actions/tutorials/publish-packages/publish-nodejs-packages.md b/content/actions/tutorials/publish-packages/publish-nodejs-packages.md index 4bb65dae8fd7..4fc561431797 100644 --- a/content/actions/tutorials/publish-packages/publish-nodejs-packages.md +++ b/content/actions/tutorials/publish-packages/publish-nodejs-packages.md @@ -114,6 +114,7 @@ If you do provide the `repository` key in your `package.json` file, then the rep "type": "git", "url": "https://github.com/octocat/my-other-repo.git" }, +} ``` ### Authenticating to the destination repository