Skip to content

Commit d6b44ca

Browse files
gfargoclaude
andauthored
chore: exclude dist/test and dist/storybook from npm tarball (#31)
Tighten the `files` field to list only the public entry points so that compiled test output (~88 kB) and the storybook binary are not shipped to consumers. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8db0565 commit d6b44ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"test:fix": "yarn lint:fix && ava --update-snapshots"
3131
},
3232
"files": [
33-
"dist"
33+
"dist/index.js",
34+
"dist/index.d.ts",
35+
"dist/enhanced-select-input"
3436
],
3537
"dependencies": {
3638
"ink": "^6.0.0",

0 commit comments

Comments
 (0)