Skip to content

Commit 6a54160

Browse files
committed
chore: release v1.0.0
1 parent 0880f19 commit 6a54160

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-fetch/fetch",
3-
"version": "0.0.5",
3+
"version": "1.0.0",
44
"packageManager": "bun@1.1.4",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -50,6 +50,8 @@
5050
"lint:fix": "biome check . --apply",
5151
"typecheck": "tsc --noEmit"
5252
},
53-
"files": ["dist"],
53+
"files": [
54+
"dist"
55+
],
5456
"type": "module"
5557
}

0 commit comments

Comments
 (0)