gulp-polish
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -24,3 +24,3 @@ var fs = require('fs'); | ||
// nearer to the file. | ||
return _.extend(loadedConfig, config); | ||
return _.extend({}, loadedConfig, config); | ||
}; | ||
@@ -39,3 +39,3 @@ | ||
// Merge one last time to capture the top-level directory's config | ||
config = _.extend(defaultConfig, mergeConfig(configDir)); | ||
config = _.extend({}, defaultConfig, mergeConfig(configDir)); | ||
@@ -42,0 +42,0 @@ if (config.fileConfigs && config.fileConfigs[filename]){ |
{ | ||
"name": "gulp-polish", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Enforce CSS rules as you see fit!", | ||
@@ -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
16247