Skip to content

Commit f9447aa

Browse files
committed
chore: Formatting
1 parent ce337fe commit f9447aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"typescript": "^5.0.0"
3636
},
3737
"prettier": "prettier-config-rschristian"
38-
}
38+
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function installPackages(pkgs, opts) {
250250
nodeOptions: {
251251
stdio: 'ignore',
252252
cwd: opts.to,
253-
}
253+
},
254254
},
255255
);
256256
}

templates/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"@preact/preset-vite": "^2.9.3",
1414
"vite": "^6.0.4"
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)