chore: remove themes directory from package.json files list (#2574)

This commit is contained in:
Luffy 2025-07-23 00:45:19 +08:00 committed by GitHub
parent a2f734f223
commit 84ba4686ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,7 @@
"./*": "./*"
},
"files": [
"dist",
"themes"
"dist"
],
"lint-staged": {
"*.js": "eslint --fix"