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

Commit 308d1df

Browse files
committed
Add "files" array to package.json
1 parent 1dacd78 commit 308d1df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.1.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
55
"main": "./index.js",
6+
"files": [
7+
"index.js"
8+
],
69
"scripts": {
710
"test": "mocha --reporter spec"
811
},

0 commit comments

Comments
 (0)