Skip to content

Commit b3429d8

Browse files
committed
Cleanup
1 parent d615af4 commit b3429d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function updatePackageJson(projectName) {
6767
);
6868
}
6969

70-
async function updateRescriptJson(projectName, withCore) {
70+
async function updateRescriptJson(projectName) {
7171
await updateFile("rescript.json", contents => {
7272
const config = JSON.parse(contents);
7373
config["name"] = projectName;
@@ -90,7 +90,8 @@ async function main() {
9090

9191
p.intro(`${c.bgCyan(c.black(` create-rescript-app `))} ${c.dim("(" + getVersion() + ")")}`);
9292
p.note(
93-
'Create a new ReScript 11 project with modern defaults\n("Core" standard library, JSX 4 automatic mode)'
93+
'Create a new ReScript 11 project with modern defaults\n("Core" standard library, JSX 4 automatic mode)',
94+
"About"
9495
);
9596

9697
const projectName = await p.text({

0 commit comments

Comments
 (0)