Skip to content

Commit

Permalink
Update to use superagent 3
Browse files Browse the repository at this point in the history
  • Loading branch information
duereg committed Nov 21, 2016
1 parent b47fcec commit 915a4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"debug": "2"
},
"peerDependencies": {
"superagent": ">= 0.15.4 || 1 || 2"
"superagent": ">= 0.15.4 || 1 || 2 || 3"
},
"devDependencies": {
"mocha": "2",
"superagent": ">= 0.15.4 || 1 || 2"
"superagent": ">= 0.15.4 || 1 || 2 || 3"
}
}

0 comments on commit 915a4b0

Please sign in to comment.