Skip to content

Commit

Permalink
Update proxy-agent to 3.x (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyHacks authored and TooTallNate committed Aug 7, 2018
1 parent a21fe7c commit bbed021
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.0 / 2018-07-11
==================
* Upgrade "proxy-agent" to remove deprecation warning and enable socks v2
* drop support for Node < 6

1.0.3 / 2018-02-12
==================

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "superagent-proxy",
"version": "1.0.3",
"version": "2.0.0",
"description": "`Request#proxy(uri)` superagent extension",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/superagent-proxy.git"
Expand All @@ -23,7 +26,7 @@
"url": "https://github.com/TooTallNate/superagent-proxy/issues"
},
"dependencies": {
"proxy-agent": "2",
"proxy-agent": "3",
"debug": "^3.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit bbed021

Please sign in to comment.