Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit 00fa1ae

Browse files
committed
Try to fix heroku
1 parent d3dac1f commit 00fa1ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: npm install && npm update && node bin/test-server
1+
web: node bin/test-server

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"hapi"
1010
],
1111
"engines": {
12-
"node": ">= 0.10.30",
13-
"npm": ">= 2.x"
12+
"node": ">= 4.x.x",
13+
"npm": ">= 3.x"
1414
},
1515
"dependencies": {
1616
"boom": "2.x.x",

0 commit comments

Comments
 (0)