diff --git a/Procfile b/Procfile index 7398012..291824e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ./www/bin \ No newline at end of file +web: node ./www/bin \ No newline at end of file diff --git a/package.json b/package.json index 6088e07..95a131e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-netstats", - "version": "0.0.0", + "version": "0.0.1", "engines": { "node": "0.10.x", "npm": "2.1.x"