switch to node-fetch

This commit is contained in:
Will Nelson
2018-06-08 20:01:22 -07:00
parent fc96cfbc00
commit 2239b05e13
7 changed files with 67 additions and 52 deletions

View File

@@ -34,9 +34,10 @@
"runkitExampleFilename": "./docs/examples/ping.js",
"unpkg": "./webpack/discord.min.js",
"dependencies": {
"form-data": "^2.3.2",
"node-fetch": "^2.1.2",
"pako": "^1.0.0",
"prism-media": "^0.2.0",
"snekfetch": "^3.6.0",
"tweetnacl": "^1.0.0",
"ws": "^4.0.0"
},