gulp-clean-css
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -33,3 +33,3 @@ var applySourceMap = require('vinyl-sourcemaps-apply'); | ||
if ((options.sourceMap === true || options.sourceMap === undefined) && file.sourceMap) { | ||
fileOptions.sourceMap = JSON.stringify(file.sourceMap); | ||
fileOptions.sourceMap = JSON.parse(JSON.stringify(file.sourceMap)); | ||
} | ||
@@ -36,0 +36,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/scniro/gulp-clean-css#readme", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"author": "scniro", | ||
@@ -42,2 +42,3 @@ "license": "MIT", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.9", | ||
"del": "^2.2.0", | ||
@@ -44,0 +45,0 @@ "gulp": "^3.9.1", |
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
9978
13