Skip to content

Commit ade08d5

Browse files
committed
fix: trailing comma
1 parent ebf8e8e commit ade08d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/base/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"typescript": "^5.5.4",
8686
<%_ } _%>
8787
<%_ if (needsVitest) { _%>
88-
"vitest": "^2.0.4"
88+
"vitest": "^2.0.4",
8989
<%_ } _%>
9090
trailing-comma
9191
},

0 commit comments

Comments
 (0)