create-toolpad-app
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -181,3 +181,3 @@ #!/usr/bin/env node | ||
installVerb = packageManager === 'yarn' ? 'add' : 'install'; | ||
command = "".concat(packageManager, " ").concat(installVerb, " @mui/toolpad @mui/toolpad-core"); | ||
command = "".concat(packageManager, " ").concat(installVerb, " @mui/toolpad"); | ||
return [4 /*yield*/, execaCommand(command, { stdio: 'inherit', cwd: path_1.default.join(cwd, projectName) })]; | ||
@@ -251,3 +251,3 @@ case 3: | ||
name: 'installInExisting', | ||
message: "The following dependencies will be installed: ".concat(chalk.magentaBright('@mui/toolpad'), ", ").concat(chalk.magenta('@mui/toolpad-core'), ". Do you want to continue?"), | ||
message: "The following dependencies will be installed: ".concat(chalk.magentaBright('@mui/toolpad'), ". Do you want to continue?"), | ||
default: false, | ||
@@ -254,0 +254,0 @@ }, |
{ | ||
"name": "create-toolpad-app", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
@@ -25,7 +25,7 @@ "react", | ||
"prebuild": "rimraf ./dist", | ||
"build": "tsc -p ./tsconfig.json -outDir ./dist/", | ||
"dev13": "tsc -w -p ./tsconfig.json --outDir ./dist/" | ||
"build": "tsc -p ./tsconfig.json", | ||
"dev": "tsc -p ./tsconfig.json --watch" | ||
}, | ||
"engines": { | ||
"node": ">=14.6.0" | ||
"node": ">=16.17" | ||
}, | ||
@@ -40,3 +40,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5" | ||
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899" | ||
} |
17522