Skip to content

Commit

Permalink
Downgrade the node version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Dec 17, 2018
1 parent f395eb3 commit 34dd301
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"bookshelf": "^0.10.3",
"checkit": "^0.7.0",
"cookie-parser": "^1.4.1",
"db-migrate": "^0.11.3",
"db-migrate-pg": "^0.4.0",
"db-migrate": "^0.9.26",
"ejs": "^2.3.1",
"express": "^4.15.3",
"express-session": "^1.11.3",
Expand All @@ -32,10 +31,10 @@
"nodemailer": "^2.7.2",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"pg": "^7.5.0"
"pg": "4.5.6"
},
"engines": {
"node": "10.10.0"
"node": "6.11.0"
},
"repository": {
"type": "git",
Expand All @@ -49,8 +48,8 @@
"license": "MIT",
"devDependencies": {
"documentjs": "^0.4.4",
"donejs": "^3.0.0-pre.0",
"donejs-cli": "^3.0.0-pre.0",
"donejs": "^3.0.0",
"donejs-cli": "^3.0.0",
"firebase-tools": "^6.0.1",
"jshint": "^2.9.1",
"maildev": "^0.12.2"
Expand Down

2 comments on commit 34dd301

@leoj3n
Copy link

@leoj3n leoj3n commented on 34dd301 Dec 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matthewp Can you explain why this commit was needed? Just curious.

@matthewp
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

db-migrate wasn't working in Heroku when upgrading the version and I'm not sure why.

Please sign in to comment.