Skip to content

Commit

Permalink
fix: registry_package example payload (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored and gr2m committed Aug 20, 2019
1 parent 9696e2e commit 495fe38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cache/event-types-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -8068,7 +8068,7 @@ <h3>
</span><span class="nt">"about_url"</span><span class="p">:</span><span class="s2">"https://help.github.com/about-github-package-registry"</span><span class="p">,</span><span class="w">
</span><span class="nt">"name"</span><span class="p">:</span><span class="s2">"GitHub npm registry"</span><span class="p">,</span><span class="w">
</span><span class="nt">"type"</span><span class="p">:</span><span class="s2">"npm"</span><span class="p">,</span><span class="w">
</span><span class="nt">"url"</span><span class="p">:</span><span class="s2">"https://npm.registry.github.com/@Codertocat"</span><span class="p">,</span><span class="w">
</span><span class="nt">"url"</span><span class="p">:</span><span class="s2">"https://npm.pkg.github.com/@Codertocat"</span><span class="p">,</span><span class="w">
</span><span class="nt">"vendor"</span><span class="p">:</span><span class="s2">"GitHub Inc"</span><span class="w">
</span><span class="p">}</span><span class="w">
</span><span class="p">},</span><span class="w">
Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5997,7 +5997,7 @@
"about_url": "https://help.github.com/about-github-package-registry",
"name": "GitHub npm registry",
"type": "npm",
"url": "https://npm.registry.github.com/@Codertocat",
"url": "https://npm.pkg.github.com/@Codertocat",
"vendor": "GitHub Inc"
}
},
Expand Down

0 comments on commit 495fe38

Please sign in to comment.