Comparing version 1.0.35 to 1.0.36
@@ -1,2 +0,2 @@ | ||
## 2014.04.14, Version 1.0.35(Stable) | ||
## 2014.04.14, Version 1.0.36(Stable) | ||
@@ -3,0 +3,0 @@ ### bugfix |
@@ -134,3 +134,3 @@ /** | ||
isBelongPkg = true; | ||
} else if (pkg.ignorePackageNameInUri && (dirname.indexOf(pkg.path) > -1 || path.basename(filePath, '.js') === pkg.name)) { | ||
} else if (pkg.ignorePackageNameInUri && (dirname.indexOf(pkg.path) > -1 || path.resolve(filePath) === path.resolve(pkg.path + '.js'))) { | ||
//增加ignorePackageNameInUri支持,使用路径判断,如果pkg.path和 | ||
@@ -137,0 +137,0 @@ //filePath的路径进行对比 |
{ | ||
"name": "kmc", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "KISSY Module Compiler", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1254,3 +1254,3 @@ /** | ||
name: 'menu', | ||
path: path.resolve(srcPath, './package5/src'), | ||
path: path.resolve(srcPath, './package5/menu'), | ||
charset: 'gbk', | ||
@@ -1257,0 +1257,0 @@ ignorePackageNameInUri: true |
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
130598