fix: remove trailing comma in package.json

Fixes semantic-release JSON parse error at position 1410.
This commit is contained in:
jeffusion
2026-03-03 18:36:51 +08:00
committed by 路遥知码力
parent c0fe893997
commit c1d3077654

View File

@@ -50,5 +50,5 @@
"typescript"
],
"author": "",
"license": "MIT",
"license": "MIT"
}