create-ce-app
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -75,3 +75,3 @@ #!/usr/bin/env node | ||
yield writeFile(`${destinationFolder}/.application.json`, applicationJson); | ||
yield writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, applicationJson); | ||
yield writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, componentJson); | ||
console.log("Installing Packages..."); | ||
@@ -78,0 +78,0 @@ exec(`(cd ${destinationFolder} && npm i)`, (err) => { |
@@ -23,3 +23,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
console.log(`Downloaded ${fileName}`); | ||
writeFileSync(path, Buffer.from(res.data)); | ||
@@ -26,0 +25,0 @@ }); |
@@ -86,3 +86,3 @@ #!/usr/bin/env node | ||
await writeFile(`${destinationFolder}/.application.json`, applicationJson); | ||
await writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, applicationJson); | ||
await writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, componentJson); | ||
@@ -89,0 +89,0 @@ console.log("Installing Packages..."); |
{ | ||
"name": "create-ce-app", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -31,3 +31,2 @@ import axios from 'axios'; | ||
console.log(`Downloaded ${fileName}`); | ||
writeFileSync(path, Buffer.from(res.data)); | ||
@@ -34,0 +33,0 @@ } |
37327
1021