Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Revert changes that breaks node 4.0
Browse files Browse the repository at this point in the history
Socks-proxy-agent breaks node 4.0 by introducing ES6 syntax
  • Loading branch information
liuzhen2008 authored and TooTallNate committed Apr 12, 2018
1 parent 54bd0ea commit 0690298
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
@@ -1,6 +1,6 @@
{
"name": "pac-proxy-agent",
"version": "2.0.1",
"version": "2.0.2",
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"https-proxy-agent": "^2.2.1",
"pac-resolver": "^3.0.0",
"raw-body": "^2.2.0",
"socks-proxy-agent": "^4.0.0"
"socks-proxy-agent": "^3.0.0"
},
"devDependencies": {
"mocha": "^5.0.5",
Expand Down

0 comments on commit 0690298

Please sign in to comment.