From b99e4ee79a19936c9d4739a03fa148d9f71f8675 Mon Sep 17 00:00:00 2001 From: thewesker Date: Sat, 18 Jun 2016 02:17:09 -0400 Subject: [PATCH] change name --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5e4183..ad70c6d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "polibug", "version": "1.0.0", "description": "A bot that bugs politicians and others", - "main": "test.js", + "main": "app.js", "dependencies": { "fs": "^0.0.2", "twit": "^2.2.4", @@ -10,7 +10,7 @@ }, "devDependencies": {}, "scripts": { - "test": "node test.js" + "test": "node app.js" }, "author": "thewesker", "license": "ISC"