Skip to content

Commit

Permalink
fix: invalid entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Aug 10, 2024
1 parent d24fa19 commit f575ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fexios",
"version": "1.7.0",
"version": "1.7.1",
"description": "Fetch based HTTP client with similar API to axios for browser and Node.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
],
"exports": {
".": {
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
Expand Down

0 comments on commit f575ff0

Please sign in to comment.