Updated package.json start script so 'npm start' works

This commit is contained in:
benji7425 2017-01-22 17:02:02 +00:00
parent 26bbf6a6b2
commit 86fc7c414d

View file

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