Skip to content

Commit 4c4ef89

Browse files
authored
Update package.json
1 parent be817cb commit 4c4ef89

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "https-proxy-agent",
33
"version": "5.0.1",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"main": "dist/index",
6+
"types": "dist/index",
77
"files": [
88
"dist"
99
],
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
19+
"url": "git://github.com/bonald/node-https-proxy-agent.git"
2020
},
2121
"keywords": [
2222
"https",
@@ -27,7 +27,7 @@
2727
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
30+
"url": "https://github.com/bonald/node-https-proxy-agent.git/issues"
3131
},
3232
"dependencies": {
3333
"agent-base": "6.0.2",

0 commit comments

Comments
 (0)