chore: make github-proxy private (#4523)

chore: make github-proxy private
pull/4527/head
Paul Balaji 2 months ago committed by GitHub
parent c35b00554f
commit fd2c3aac26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      typescript/github-proxy/package.json

@ -2,6 +2,7 @@
"name": "@hyperlane-xyz/github-proxy",
"description": "Github proxy that adds the API key to requests",
"version": "5.2.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"deploy:staging": "wrangler deploy --env staging",

Loading…
Cancel
Save