Fix old package.json references that would have caused problems eventaully

This commit is contained in:
benji7425 2017-09-20 01:23:44 +01:00
parent a19c626753
commit 07ca4336fb
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
"start": "node app/index.js token.json guilds.json"
},
"dependencies": {
"discord.js": "11.1.0",
"discordjs-util": "git+https://github.com/benji7425/discordjs-util.git",
"discord.js": "11.2.0",
"feed-read": "0.0.1",
"get-urls": "7.0.0",
"jsonfile": "3.0.1",