We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad008 commit cf36671Copy full SHA for cf36671
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@better-fetch/fetch",
3
- "version": "0.0.5-beta.11",
+ "version": "0.0.5-beta.12",
4
"packageManager": "bun@1.1.4",
5
"main": "./dist/index.cjs",
6
"module": "./dist/index.js",
@@ -50,6 +50,8 @@
50
"lint:fix": "biome check . --apply",
51
"typecheck": "tsc --noEmit"
52
},
53
- "files": ["dist"],
+ "files": [
54
+ "dist"
55
+ ],
56
"type": "module"
57
}
0 commit comments