From 61f1343ebd2a0b560e74c11d62669488a2d6b99e Mon Sep 17 00:00:00 2001 From: thewesker Date: Sat, 18 Jun 2016 03:01:26 -0400 Subject: [PATCH] Fixed the logging when tweets go out --- Procfile | 2 +- test.js => app.js | 0 package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename test.js => app.js (100%) diff --git a/Procfile b/Procfile index 5d2b1cd..67fcc43 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node test.js \ No newline at end of file +worker: node app.js \ No newline at end of file diff --git a/test.js b/app.js similarity index 100% rename from test.js rename to app.js diff --git a/package.json b/package.json index ad70c6d..2b10cf4 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "scripts": { "test": "node app.js" }, - "author": "thewesker", + "author": "awfuljack", "license": "ISC" }