create-bifrost-module
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -182,5 +182,2 @@ #!/usr/bin/env node | ||
}); | ||
console.log(sourceTemplateCompiled); | ||
console.log('-------------------'); | ||
console.log(sourceTemplateResult); | ||
// Fragment | ||
@@ -221,2 +218,3 @@ console.log(chalk.grey(`\tCompiling ${fragmentTemplateName}`)); | ||
console.log(`\nCreating files`); | ||
console.log(sourceTemplateResult); | ||
const sourceFilePath = path.join(localDir, localSrcDir, `${name}.ts`); | ||
@@ -223,0 +221,0 @@ console.log(chalk.grey(`\tCreating ${sourceFilePath}`)); |
{ | ||
"name": "create-bifrost-module", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "BIFROST create module script", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -206,6 +206,2 @@ #!/usr/bin/env node | ||
console.log(sourceTemplateCompiled) | ||
console.log('-------------------') | ||
console.log(sourceTemplateResult) | ||
// Fragment | ||
@@ -252,2 +248,4 @@ console.log(chalk.grey(`\tCompiling ${fragmentTemplateName}`)) | ||
console.log(sourceTemplateResult) | ||
const sourceFilePath = path.join(localDir, localSrcDir, `${name}.ts`) | ||
@@ -254,0 +252,0 @@ console.log(chalk.grey(`\tCreating ${sourceFilePath}`)) |
Sorry, the diff of this file is not supported yet
50088
711