Skip to content

Commit edaae09

Browse files
committed
0.9.1
1 parent 02e603a commit edaae09

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

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

0 commit comments

Comments
 (0)