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

Commit 0690298

Browse files
liuzhen2008TooTallNate
authored andcommitted
Revert changes that breaks node 4.0
Socks-proxy-agent breaks node 4.0 by introducing ES6 syntax
1 parent 54bd0ea commit 0690298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pac-proxy-agent",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
55
"main": "index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"https-proxy-agent": "^2.2.1",
3535
"pac-resolver": "^3.0.0",
3636
"raw-body": "^2.2.0",
37-
"socks-proxy-agent": "^4.0.0"
37+
"socks-proxy-agent": "^3.0.0"
3838
},
3939
"devDependencies": {
4040
"mocha": "^5.0.5",

0 commit comments

Comments
 (0)