Skip to content

Commit

Permalink
update package.json executable
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandronanez committed Dec 1, 2024
1 parent 2c5221e commit 9579b8f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
"version": "0.0.7",
"type": "module",
"bin": {
"repodocs": "./dist/index.js"
"repodocs": "./index.js"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"files": [
"dist"
],
"main": "./src/index.js",
"module": "./src/index.js",
"files": ["src/index.js"],
"scripts": {
"build": "rslib build",
"check": "biome check --write",
Expand Down

0 comments on commit 9579b8f

Please sign in to comment.