Install required npm packages

Just grab all the packages used from v1
This commit is contained in:
benji7425 2017-07-18 01:16:12 +01:00
parent ef0d26bf73
commit 34ab0a0a18
1 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@
},
"homepage": "https://github.com/benji7425/discord-bot-feed-linker#readme",
"dependencies": {
"discord.js": "11.1.0"
"discord.js": "11.1.0",
"dns": "0.2.2",
"feed-read": "0.0.1",
"urijs": "1.18.10"
}
}