Skip to content

Commit

Permalink
feat: use npmjs.org registry (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 22, 2018
1 parent fe24a47 commit 2f4e748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
"bin": "heroku",
"dirname": "heroku",
"scope": "heroku-cli",
"npmRegistry": "https://cli-npm.heroku.com",
"macos": {
"sign": "Developer ID Installer: Heroku INC",
"identifier": "com.heroku.cli"
Expand Down Expand Up @@ -244,6 +243,7 @@
},
"aliases": {
"@heroku-cli/config-edit": null,
"@heroku-cli/plugin-sudo": "@heroku/plugin-sudo",
"heroku-api-plugin": "api",
"heroku-certs-acm": null,
"heroku-cli-api": "api",
Expand All @@ -252,7 +252,7 @@
"heroku-cli-plugin-generator": null,
"heroku-container-registry": null,
"heroku-pipelines": null,
"heroku-sudo": "sudo",
"heroku-sudo": "@heroku/plugin-sudo",
"heroku-webhooks": null
}
},
Expand Down

0 comments on commit 2f4e748

Please sign in to comment.