ignore docs and demo files from package

This commit is contained in:
hobbes7878 2026-01-16 12:20:24 +00:00
parent f0889b805d
commit db2cf21eda
Failed to extract signature

View file

@ -28,7 +28,16 @@
},
"license": "MIT",
"files": [
"dist"
"dist",
"!dist/**/*.stories.*",
"!dist/**/*.mdx",
"!dist/**/demo",
"!dist/docs",
"!dist/**/*.test.*",
"!dist/**/*.spec.*",
"!dist/**/*.mp4",
"!dist/**/*.mov",
"!dist/**/images"
],
"engines": {
"node": ">=20.18"