flex-combo
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -76,2 +76,3 @@ /** | ||
fcInst.addEngine("\\.tpl\\.js$", DAC.tpl, "dac/tpl"); | ||
fcInst.addEngine("\\.cmd\\.js$", DAC.cmd, "dac/tpl"); | ||
fcInst.addEngine("\\.html\\.js$", function (htmlfile, reqOpt, args, cb) { | ||
@@ -138,2 +139,3 @@ DAC.tpl(htmlfile, reqOpt, args, function (err, result, filepath, MIME) { | ||
fcInst.addEngine("\\.tpl$|\\.tpl\\.js$", DAC.tpl, "dac/tpl"); | ||
fcInst.addEngine("\\.cmd\\.js$", DAC.cmd, "dac/tpl"); | ||
@@ -140,0 +142,0 @@ var through = require("through2"); |
{ | ||
"name": "flex-combo", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"commander": "~2.5.0", | ||
"dac": "~0.7.2", | ||
"dac": "~0.7.5", | ||
"fetch-agent": "~0.4.1", | ||
@@ -15,0 +15,0 @@ "inline-source-map-comment": "~1.0.5", |
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
80909
697
Updateddac@~0.7.5