Comparing version 1.0.38 to 1.0.39
@@ -0,1 +1,7 @@ | ||
## 2014.06.20, Version 1.0.39(Stable) | ||
### bugfix | ||
- 修复combo后的dep文件的模块名多一个引号的bug | ||
## 2014.04.21, Version 1.0.37(Stable) | ||
@@ -2,0 +8,0 @@ |
@@ -100,3 +100,3 @@ /** | ||
}else{ | ||
onsole.error('[err]'.bold.green+' cannot find input file %s ', inputFilePath); | ||
console.error('[err]'.bold.green+' cannot find input file %s ', inputFilePath); | ||
} | ||
@@ -103,0 +103,0 @@ } |
@@ -437,3 +437,3 @@ /** | ||
_.forEach(mod.dependencies, function(subMod){ | ||
requires.push("'" + subMod.name + "'"); | ||
requires.push(subMod.name); | ||
}); | ||
@@ -440,0 +440,0 @@ |
{ | ||
"name": "kmc", | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"description": "KISSY Module Compiler", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131132