Merge pull request #15 from spacepluk/master

fix bundling with browserify
This commit is contained in:
Dan Zajdband
2014-05-09 09:37:33 -03:00

View File

@@ -7,7 +7,7 @@
, "main" : "index.js"
, "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
, "dependencies" : {
"superagent" : "0.9.7"
"superagent": "^0.18.0"
}
, "devDependencies" : {
"mocha" : "1.0.x"