Skip to content

Commit

Permalink
feat(cli): add autocomplete to core (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Jul 16, 2018
1 parent a0d6794 commit 6c58437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@heroku-cli/plugin-addons-v5": "^7.5.6",
"@heroku-cli/plugin-apps-v5": "^7.5.6",
"@heroku-cli/plugin-auth": "^7.5.9",
"@heroku-cli/plugin-autocomplete": "^1.1.0",
"@heroku-cli/plugin-certs": "^7.5.9",
"@heroku-cli/plugin-certs-v5": "^7.5.6",
"@heroku-cli/plugin-ci-v5": "^7.5.10",
Expand Down Expand Up @@ -102,6 +103,7 @@
"plugins": [
"@oclif/plugin-legacy",
"@heroku-cli/plugin-auth",
"@heroku-cli/plugin-autocomplete",
"@heroku-cli/plugin-addons-v5",
"@heroku-cli/plugin-apps-v5",
"@heroku-cli/plugin-certs",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3781,7 +3781,7 @@ module-not-found-error@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/module-not-found-error/-/module-not-found-error-1.0.1.tgz#cf8b4ff4f29640674d6cdd02b0e3bc523c2bbdc0"

moment@^2.6.0:
moment@^2.22.2, moment@^2.6.0:
version "2.22.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"

Expand Down

0 comments on commit 6c58437

Please sign in to comment.