flex-combo
Advanced tools
Comparing version 0.12.2 to 0.12.3
@@ -151,3 +151,3 @@ /** | ||
var url = file.path.replace(pathLib.join(process.cwd(), fcInst.param.rootdir), ''); | ||
var url = file.path.replace(fcInst.param.rootdir, ''); | ||
fcInst.engineHandler(url, function () { | ||
@@ -154,0 +154,0 @@ var buff = fcInst.result[url]; |
{ | ||
"name": "flex-combo", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
82059