Update package.json main reference

This commit is contained in:
benji7425 2017-05-18 01:46:34 +01:00
parent e1242915e7
commit ff17bd8b68
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "discord-feed-bot",
"version": "1.3.2",
"description": "discord-feed-bot",
"main": "index.js",
"main": "app/index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"