@easyv/cli
Advanced tools
Comparing version 1.10.4-beta.32 to 1.10.4-beta.33
{ | ||
"name": "@easyv/cli", | ||
"version": "1.10.4-beta.32", | ||
"version": "1.10.4-beta.33", | ||
"description": "Easy[V] component tools", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -52,3 +52,2 @@ const chalk = require('chalk'); | ||
name: base.module_name, | ||
staticResources, | ||
file: { | ||
@@ -67,4 +66,6 @@ value: fs.createReadStream(file), | ||
isMobile, | ||
staticResources, | ||
moduleInfo: base, | ||
moduleInfo: Object.assign( | ||
base, | ||
staticResources | ||
), | ||
}, | ||
@@ -88,3 +89,6 @@ }); | ||
isMobile, | ||
moduleInfo: base, | ||
moduleInfo: Object.assign( | ||
base, | ||
staticResources | ||
), | ||
}, | ||
@@ -91,0 +95,0 @@ }); |
43047
1299