Update package.json to depend on npm distribution of prism-media rather than the git repo

This commit is contained in:
Amish Shah
2017-04-15 19:46:36 +01:00
parent 930519c494
commit bdf6f30990

View File

@@ -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"