Skip to content

Commit

Permalink
defining engines for HEROKU
Browse files Browse the repository at this point in the history
  • Loading branch information
javieraviles committed Jun 1, 2018
1 parent 0b5d755 commit 3cda884
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"start": "npm run serve",
"heroku-postbuild": "npm run build"
},
"engines": {
"node": "8.x.x",
"npm": "5.x.x"
},
"author": "Javier Aviles",
"license": "MIT",
"homepage": "https://github.com/javieraviles/node-typescript-koa-rest#readme",
Expand All @@ -29,7 +33,8 @@
"helmet",
"sql",
"api",
"rest"
"rest",
"heroku"
],
"repository": "github:javieraviles/node-typescript-koa-rest",
"devDependencies": {
Expand Down

0 comments on commit 3cda884

Please sign in to comment.