Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit b7b2bfa

Browse files
committed
rename https-proxy-agent.js to index.js
More predictable.
1 parent 64e1e42 commit b7b2bfa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "https-proxy-agent",
33
"version": "1.0.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
5-
"main": "https-proxy-agent.js",
5+
"main": "./index.js",
66
"scripts": {
77
"test": "mocha --reporter spec"
88
},

0 commit comments

Comments
 (0)