Commit c6e040b
authored
fix: correct JSON syntax error in root package.json
Remove trailing comma after "typescript" dependency that was causing JSON parse errors. This fix is critical for npm install to work properly.1 parent 3885375 commit c6e040b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments