[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: add publishConfig

Nate Moore (Mar 30, 2025, 11:14 PM -0500) 9077d650 a9c87a48

+4
+4
package.json
··· 22 22 "type": "git", 23 23 "url": "git+https://github.com/bombshell-dev/tools.git" 24 24 }, 25 + "publishConfig": { 26 + "access": "public", 27 + "provenance": true 28 + }, 25 29 "exports": { 26 30 ".": { 27 31 "import": "./dist/index.js"