Skip to content

Commit a24bd44

Browse files
committed
fix: update files configuration in package.json to include lib directory
1 parent 4e21c6a commit a24bd44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"url": "https://github.com/beyonk-adventures/http.git"
99
},
1010
"files": [
11-
"dist/*"
11+
"dist",
12+
"lib"
1213
],
1314
"exports": {
1415
".": {

0 commit comments

Comments
 (0)