change name

This commit is contained in:
thewesker
2016-06-18 02:17:09 -04:00
committed by GitHub
parent 007c27be36
commit b99e4ee79a

View File

@@ -2,7 +2,7 @@
"name": "polibug", "name": "polibug",
"version": "1.0.0", "version": "1.0.0",
"description": "A bot that bugs politicians and others", "description": "A bot that bugs politicians and others",
"main": "test.js", "main": "app.js",
"dependencies": { "dependencies": {
"fs": "^0.0.2", "fs": "^0.0.2",
"twit": "^2.2.4", "twit": "^2.2.4",
@@ -10,7 +10,7 @@
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "node test.js" "test": "node app.js"
}, },
"author": "thewesker", "author": "thewesker",
"license": "ISC" "license": "ISC"