@nodescript/cli
Advanced tools
Comparing version 0.7.8 to 0.7.9
@@ -26,3 +26,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const { file, sourceUrl } = mod; | ||
console.info(' ', chalk.yellow(file)); | ||
try { | ||
@@ -36,2 +35,3 @@ const res = await this.builder.buildModuleFile(file); | ||
} | ||
console.info(' ', chalk.yellow(file)); | ||
moduleSpec.attributes = { | ||
@@ -38,0 +38,0 @@ ...moduleSpec.attributes, |
{ | ||
"name": "@nodescript/cli", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "NodeScript CLI", |
Sorry, the diff of this file is not supported yet
34994