File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments