Remove trailing comma from package.json

This prevented checks from passing.
This commit is contained in:
WinnerWind 2025-08-10 11:52:21 +05:30
parent 9f27bf2247
commit 47e64b04a1

View File

@ -110,6 +110,6 @@
"prettier": "^3.6.2", "prettier": "^3.6.2",
"tsx": "^4.20.3", "tsx": "^4.20.3",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"lucide-static": "0.511.0", "lucide-static": "0.511.0"
} }
} }