heroku-accounts
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -11,4 +11,5 @@ 'use strict' | ||
require('./commands/add'), | ||
require('./commands/current'), | ||
require('./commands/remove'), | ||
require('./commands/set') | ||
] |
{ | ||
"name": "heroku-accounts", | ||
"version": "1.0.3", | ||
"license": "ISC", | ||
"repository": "https://github.com/heroku/heroku-accounts", | ||
"description": "manage multiple heroku accounts", | ||
"version": "1.1.0", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
"bugs": "https://github.com/heroku/heroku-accounts/issues", | ||
"dependencies": { | ||
@@ -12,3 +13,16 @@ "co": "4.6.0", | ||
"yamljs": "0.2.7" | ||
}, | ||
"devDependencies": { | ||
"standard": "7.1.2" | ||
}, | ||
"homepage": "https://github.com/heroku/heroku-accounts", | ||
"keywords": [ | ||
"heroku-plugin" | ||
], | ||
"license": "ISC", | ||
"main": "index.js", | ||
"repository": "https://github.com/heroku/heroku-accounts", | ||
"scripts": { | ||
"test": "standard" | ||
} | ||
} |
# Heroku Accounts | ||
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
Helps use multiple accounts on Heroku. | ||
@@ -28,2 +30,7 @@ | ||
To find current account: | ||
$ heroku accounts:current | ||
personal | ||
To remove an account: | ||
@@ -30,0 +37,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6491
11
165
2
0
39
1