Skip to content

Commit

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

0 comments on commit 28f223d

Please sign in to comment.