We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f223d commit 2e73980Copy full SHA for 2e73980
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "repodocs",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"type": "module",
5
"bin": {
6
"repodocs": "./src/index.js"
7
},
8
"main": "./src/index.js",
9
"module": "./src/index.js",
10
- "files": ["src/index.js"],
+ "files": [
11
+ "src/index.js"
12
+ ],
13
"scripts": {
14
"build": "rslib build",
15
"check": "biome check --write",
0 commit comments