Updated deps

This commit is contained in:
Amila Welihinda
2016-11-11 09:42:26 -08:00
parent 2837f7a902
commit 49bad2c7ff
2 changed files with 340 additions and 3 deletions

View File

@@ -25,11 +25,11 @@
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "^1.6.1"
"superagent": "^2.3.0"
},
"devDependencies": {
"chai": "^3.4.1",
"chai": "^3.5.0",
"colors": "^1.1.2",
"mocha": "^2.3.4"
"mocha": "^3.1.2"
}
}