mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
switch snekfetch to npm dep because not everyone has git (#1349)
* Update package.json * Update package.json
This commit is contained in:
parent
e5293647a3
commit
d7cf4a0919
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
"@types/node": "^7.0.0",
|
"@types/node": "^7.0.0",
|
||||||
"long": "^3.2.0",
|
"long": "^3.2.0",
|
||||||
"prism-media": "hydrabolt/prism-media",
|
"prism-media": "hydrabolt/prism-media",
|
||||||
"snekfetch": "guscaplan/snekfetch",
|
"snekfetch": "^2.2.0",
|
||||||
"tweetnacl": "^0.14.0",
|
"tweetnacl": "^0.14.0",
|
||||||
"ws": "^2.0.0"
|
"ws": "^2.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue