Skip to content

Commit 66bc3eb

Browse files
committed
fix: exports
1 parent 9077d65 commit 66bc3eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"license": "MIT",
66
"bin": {
7-
"bsh": "./index.ts"
7+
"bsh": "dist/bin.js"
88
},
99
"description": "The internal dev, build, and lint CLI for Bombshell projects",
1010
"keywords": [
@@ -28,8 +28,9 @@
2828
},
2929
"exports": {
3030
".": {
31-
"import": "./dist/index.js"
31+
"import": "./dist/bin.js"
3232
},
33+
"./*": "./dist/*",
3334
"./package.json": "./package.json",
3435
"./tsconfig.json": "./tsconfig.json"
3536
},

0 commit comments

Comments
 (0)