[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: exports

Nate Moore (Mar 30, 2025, 11:19 PM -0500) 66bc3ebe 9077d650

+3 -2
+3 -2
package.json
··· 4 4 "type": "module", 5 5 "license": "MIT", 6 6 "bin": { 7 - "bsh": "./index.ts" 7 + "bsh": "dist/bin.js" 8 8 }, 9 9 "description": "The internal dev, build, and lint CLI for Bombshell projects", 10 10 "keywords": [ ··· 28 28 }, 29 29 "exports": { 30 30 ".": { 31 - "import": "./dist/index.js" 31 + "import": "./dist/bin.js" 32 32 }, 33 + "./*": "./dist/*", 33 34 "./package.json": "./package.json", 34 35 "./tsconfig.json": "./tsconfig.json" 35 36 },