Skip to content

Commit

Permalink
Add node and npm versions for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Fosbery committed Apr 16, 2018
1 parent dedfcbe commit 44db14d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"description":
"This is a presentation for the NSBE-SHPE presentation in Lehman College",
"engines": {
"node": "9.11.1",
"npm": "5.6.x"
},
"scripts": {
"start": "nodemon ./server.js",
"db:migrate:make": "knex migrate:make",
Expand Down

0 comments on commit 44db14d

Please sign in to comment.