Skip to content

Commit 9579b8f

Browse files
update package.json executable
1 parent 2c5221e commit 9579b8f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@
33
"version": "0.0.7",
44
"type": "module",
55
"bin": {
6-
"repodocs": "./dist/index.js"
6+
"repodocs": "./index.js"
77
},
88
"exports": {
99
".": {
1010
"import": "./dist/index.js",
1111
"require": "./dist/index.cjs"
1212
}
1313
},
14-
"main": "./dist/index.cjs",
15-
"module": "./dist/index.js",
16-
"files": [
17-
"dist"
18-
],
14+
"main": "./src/index.js",
15+
"module": "./src/index.js",
16+
"files": ["src/index.js"],
1917
"scripts": {
2018
"build": "rslib build",
2119
"check": "biome check --write",

0 commit comments

Comments
 (0)