mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Update package.json to depend on npm distribution of prism-media rather than the git repo
This commit is contained in:
parent
930519c494
commit
bdf6f30990
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@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": "^0.0.1",
|
||||||
"snekfetch": "^2.2.0",
|
"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