Update entry point to be index.js

Idk why it wasn't before
This commit is contained in:
benji7425 2017-04-22 22:27:24 +01:00
parent 3433a2ad05
commit 45b6d080a8
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "discord-feed-bot", "description": "discord-feed-bot",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node feed-bot.js", "start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {