chore: update package.json to exclude test files from npm publishing

This commit is contained in:
mantrakp04 2026-06-15 16:31:10 -07:00
parent ff0c5cf6f4
commit 9f18bc019a

View File

@ -30,7 +30,7 @@
},
"files": [
"dist",
"src",
"!dist/**/*.test.*",
"CHANGELOG.md",
"LICENSE"
],