Skip to content

Commit 2e73980

Browse files
author
github-actions
committed
Update version to v0.0.9
1 parent 28f223d commit 2e73980

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,13 +1,15 @@
11
{
22
"name": "repodocs",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"type": "module",
55
"bin": {
66
"repodocs": "./src/index.js"
77
},
88
"main": "./src/index.js",
99
"module": "./src/index.js",
10-
"files": ["src/index.js"],
10+
"files": [
11+
"src/index.js"
12+
],
1113
"scripts": {
1214
"build": "rslib build",
1315
"check": "biome check --write",

0 commit comments

Comments
 (0)