Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Apr 1, 2024
1 parent 2e5231e commit f1ae138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "httpx",
"version": "3.0.0",
"description": "http(s) module with power",
"module": "lib/index.js",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"type": "module",
"scripts": {
"lint": "eslint --fix lib test",
Expand Down

0 comments on commit f1ae138

Please sign in to comment.