Skip to content

Commit

Permalink
chore: release v0.0.5-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 14, 2024
1 parent a097077 commit 6e88657
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@better-fetch/fetch",
"version": "0.0.5-beta.10",
"version": "0.0.5-beta.11",
"packageManager": "[email protected]",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -51,6 +51,8 @@
"lint:fix": "biome check . --apply",
"typecheck": "tsc --noEmit"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module"
}

0 comments on commit 6e88657

Please sign in to comment.