flex-combo
Advanced tools
Comparing version 0.12.20 to 0.13.0
@@ -73,2 +73,3 @@ /** | ||
fcInst.addEngine("\\.less\\.css$|\\.less\\.css\\.map$", DAC.less, "dac/less"); | ||
fcInst.addEngine("\\.css\\.js$", DAC.lessjs, "dac/tpl"); | ||
fcInst.addEngine("\\.tpl\\.js$", DAC.tpl, "dac/tpl"); | ||
@@ -133,2 +134,3 @@ fcInst.addEngine("\\.html\\.js$", function (htmlfile, reqOpt, args, cb) { | ||
fcInst.addEngine("\\.less$", DAC.less, "dac/less"); | ||
fcInst.addEngine("\\.css$", DAC.lessjs, "dac/tpl"); | ||
fcInst.addEngine("\\.tpl$", DAC.tpl, "dac/tpl"); | ||
@@ -135,0 +137,0 @@ |
{ | ||
"name": "flex-combo", | ||
"version": "0.12.20", | ||
"version": "0.13.0", | ||
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -10,5 +10,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "~1.4.2", | ||
"async": "~1.5.0", | ||
"commander": "~2.5.0", | ||
"dac": "~0.6.5", | ||
"dac": "~0.7.0", | ||
"fetch-agent": "~0.4.1", | ||
@@ -22,3 +22,3 @@ "inline-source-map-comment": "~1.0.5", | ||
"source-map-dummy": "~1.0.0", | ||
"through2": "~0.6.5" | ||
"through2": "~2.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "repository": { |
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
80580
692
+ Addedasap@2.0.6(transitive)
+ Addedasync@1.5.2(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedclean-css@3.4.28(transitive)
+ Addedcommander@2.8.1(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addeddac@0.7.10(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedgraceful-readlink@1.0.1(transitive)
+ Addedimage-size@0.4.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedless@2.6.1(transitive)
+ Addedminimatch@3.0.8(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedasap@1.0.0(transitive)
- Removedasync@1.4.2(transitive)
- Removeddac@0.6.5(transitive)
- Removedgraceful-fs@3.0.12(transitive)
- Removedimage-size@0.3.5(transitive)
- Removedisarray@0.0.1(transitive)
- Removedless@2.5.3(transitive)
- Removednatives@1.1.6(transitive)
- Removedpromise@6.1.0(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedthrough2@0.6.5(transitive)
Updatedasync@~1.5.0
Updateddac@~0.7.0
Updatedthrough2@~2.0.0