From 1f8b6e83fc7d830cb918767504dcbe98a646b198 Mon Sep 17 00:00:00 2001 From: Marian Oancea Date: Thu, 5 Feb 2015 08:20:58 +0200 Subject: [PATCH] updated Procfile and package.json for heroku integration --- Procfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"