Updating superagent and using new syntax

This commit is contained in:
Angel S. Moreno
2015-12-16 15:23:06 -05:00
parent 70a1a9ded0
commit 1a69035243
2 changed files with 14 additions and 12 deletions

View File

@@ -27,6 +27,6 @@
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "0.21.0"
"superagent": "^1.6.1"
}
}