switch snekfetch to npm dep because not everyone has git (#1349)

* Update package.json

* Update package.json
This commit is contained in:
Gus Caplan
2017-04-09 08:55:35 -05:00
committed by Crawl
parent e5293647a3
commit d7cf4a0919

View File

@@ -35,7 +35,7 @@
"@types/node": "^7.0.0",
"long": "^3.2.0",
"prism-media": "hydrabolt/prism-media",
"snekfetch": "guscaplan/snekfetch",
"snekfetch": "^2.2.0",
"tweetnacl": "^0.14.0",
"ws": "^2.0.0"
},