flex-combo
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -143,7 +143,7 @@ var http = require('http') | ||
mkdirp(lastDir, function(){ | ||
fs.writeFileSync(absPath, content, encode); | ||
fs.writeFileSync(absPath, content); | ||
}); | ||
return; | ||
} | ||
fs.writeFileSync(absPath, content, encode); | ||
fs.writeFileSync(absPath, content); | ||
} | ||
@@ -150,0 +150,0 @@ |
{ | ||
"name": "flex-combo", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "The Flex-combo is combo tool designed for web front-end developer. It support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -5,0 +5,0 @@ "main": "flex-combo.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
67023