fix(format): Remove redundant package.json property checks

This commit is contained in:
2024-10-23 22:11:18 +02:00
parent 924470407a
commit b98dc7a9fa
4 changed files with 3440 additions and 5011 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-23 - 1.9.126 - fix(format)
Remove redundant package.json property checks
- Removed property checks for `main`, `typings`, and `browserslist` from format.packagejson.ts
- This change streamlines the formatting process by removing unnecessary exits
## 2024-09-29 - 1.9.125 - fix(cli)
Fix package version configuration and formatting issues