From 275f638871afb78d79f33a9a0c927021c49b6e00 Mon Sep 17 00:00:00 2001 From: Eric Black Date: Wed, 4 Sep 2024 17:01:02 -0700 Subject: [PATCH 1/2] Move package name under heroku-cli namespace --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffec552..c1d2a2e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "heroku-accounts", + "name": "@heroku-cli/heroku-accounts", "description": "manage multiple heroku accounts", "version": "1.1.7", "author": "Heroku", From 369b49e9e7f8ea1c2a8967d3f414ecc74e9d3652 Mon Sep 17 00:00:00 2001 From: Eric Black Date: Thu, 5 Sep 2024 09:33:47 -0700 Subject: [PATCH 2/2] Update install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b93954..bf2adfc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Helps use multiple accounts on Heroku. ## Installation - $ heroku plugins:install heroku-accounts + $ heroku plugins:install @heroku-cli/heroku-accounts ## Usage