Skip to content

Commit 7ffcc40

Browse files
committed
0.11.1
1 parent 7caaff7 commit 7ffcc40

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,21 @@
2828
},
2929
"module": "src/index.tsx",
3030
"type": "module",
31-
"version": "0.11.0",
31+
"version": "0.11.1",
3232
"bin": {
3333
"daemon": "dist/cli.js"
3434
},
3535
"publishConfig": {
3636
"access": "public"
3737
},
38-
"files": ["dist", "src", "bun.lock", "LICENSE", "README.md", "package.json"],
38+
"files": [
39+
"dist",
40+
"src",
41+
"bun.lock",
42+
"LICENSE",
43+
"README.md",
44+
"package.json"
45+
],
3946
"scripts": {
4047
"build:cli": "bun build src/cli.ts --outdir dist --target node",
4148
"dev": "bun run --watch src/index.tsx",

0 commit comments

Comments
 (0)