fix: include LICENSE, README.md, and CHANGELOG.md in package files

This commit is contained in:
Tudor Stanciu 2025-08-10 21:03:54 +03:00
parent 14f1b11263
commit 1eb5b67080

View File

@ -30,7 +30,10 @@
} }
}, },
"files": [ "files": [
"dist" "dist",
"LICENSE",
"README.md",
"CHANGELOG.md"
], ],
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",