[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 "rules" to `package.json#files` (#28)

* fix: add "rules" to package.json#files

* Add changeset

authored by

Roman and committed by
GitHub
(Apr 28, 2026, 10:37 PM +0100) 81cc9f13 9278d823

+6 -4
+5
.changeset/slimy-dodos-pump.md
··· 1 + --- 2 + "@bomb.sh/tools": patch 3 + --- 4 + 5 + Added "rules" to `package.json#files`
-3
.npmignore
··· 1 - src 2 - .github 3 - .gitignore
+1 -1
package.json
··· 25 25 }, 26 26 "files": [ 27 27 "dist", 28 + "rules", 28 29 "skills", 29 30 "!skills/_artifacts", 30 - ".claude-plugin", 31 31 "tsconfig.json", 32 32 "package.json", 33 33 "oxfmtrc.json",