updated Procfile and package.json for heroku integration

This commit is contained in:
Marian Oancea 2015-02-05 08:20:58 +02:00
parent dd7cd45c33
commit 1f8b6e83fc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: ./www/bin
web: node ./www/bin

View File

@ -1,6 +1,6 @@
{
"name": "eth-netstats",
"version": "0.0.0",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "2.1.x"