Skip to content

Commit

Permalink
fix(package): wrong types source
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Mar 15, 2024
1 parent 6b4a78d commit c5aa5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypf",
"version": "0.0.4",
"version": "0.0.5",
"description": "Supertiny and stunning HTTP client for frontend apps. Best frontend wrapper for Fetch API.",
"main": "./dist/Hyperfetch.js",
"repository": "fzn0x/hypf",
Expand All @@ -11,10 +11,10 @@
"url": "https://fzn0x.vercel.app/"
},
"exports": {
"types": "./types/Hyperfetch.d.ts",
"types": "./dist/Hyperfetch.d.ts",
"default": "./dist/Hyperfetch.js"
},
"types": "./types/Hyperfetch.d.ts",
"types": "./dist/Hyperfetch.d.ts",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit c5aa5d8

Please sign in to comment.