Skip to content

Instantly share code, notes, and snippets.

@codingjoe
Created March 14, 2018 10:15
Show Gist options
  • Save codingjoe/43d413d76cb590fce260ffbd0bde5314 to your computer and use it in GitHub Desktop.
Save codingjoe/43d413d76cb590fce260ffbd0bde5314 to your computer and use it in GitHub Desktop.
diff --git a/package.json b/package.json
index f452451..af301ee 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "heroku-connect-plugin",
"description": "Heroku Connect plugin for Heroku CLI",
- "version": "0.6.0",
+ "version": "0.5.0",
"author": "Heroku (@heroku)",
"repository": {
"type": "git",
@@ -21,10 +21,9 @@
},
"dependencies": {
"co": "4.6.0",
- "heroku-cli-util": "^8.0.0",
- "heroku-client": "^3.0.6",
- "heroku-pg": "^2.9.0",
- "inquirer": "^5.1.0"
+ "heroku-cli-util": "^5.4.6",
+ "heroku-client": "^1.10.0",
+ "inquirer": "^0.12.0"
},
"devDependencies": {
"mocha": "^3.3.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment