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

View file

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