dooboo-cli
Advanced tools
Comparing version 2.4.0 to 2.4.2
@@ -123,3 +123,3 @@ #!/usr/bin/env node | ||
timers_1.setTimeout(function () { | ||
shell.sed('-i', 'dooboo', functions_1.camelCaseToDash(`${nameOfApp}`), `./${nameOfApp}/package.json`); | ||
shell.sed('-i', 'dooboo-starter', functions_1.camelCaseToDash(`${nameOfApp}`), `./${nameOfApp}/package.json`); | ||
shell.sed('-i', 'dooboo', functions_1.camelCaseToDash(`${nameOfApp}`), `./${nameOfApp}/app.json`); | ||
@@ -126,0 +126,0 @@ shell.exec('pwd'); |
{ | ||
"name": "dooboo-cli", | ||
"version": "2.4.0", | ||
"version": "2.4.2", | ||
"description": "starting react express app with me!", | ||
@@ -28,3 +28,3 @@ "bin": { | ||
"chalk": "^2.4.2", | ||
"commander": "^3.0.2", | ||
"commander": "^4.0.0", | ||
"inquirer": "^7.0.0", | ||
@@ -31,0 +31,0 @@ "ora": "^4.0.2", |
{ | ||
"name": "dooboo-cli", | ||
"version": "2.4.0", | ||
"version": "2.4.2", | ||
"description": "starting react express app with me!", | ||
@@ -28,3 +28,3 @@ "bin": { | ||
"chalk": "^2.4.2", | ||
"commander": "^3.0.2", | ||
"commander": "^4.0.0", | ||
"inquirer": "^7.0.0", | ||
@@ -31,0 +31,0 @@ "ora": "^4.0.2", |
51427
33
1072
+ Addedcommander@4.1.1(transitive)
- Removedcommander@3.0.2(transitive)
Updatedcommander@^4.0.0