Added superagent to package.json

This commit is contained in:
Harry Hedger 2015-12-05 14:56:57 -05:00
parent 12cfb9a32e
commit 45f8a14d87

View file

@ -47,6 +47,8 @@
"zuul": "^3.7.2"
},
"dependencies": {
"async": "^1.5.0"
"async": "^1.5.0",
"superagent": "^1.5.0",
"tus-js-client": "^1.1.0"
}
}