diff --git a/index.js b/index.js index 3cc45634..7eae28f1 100644 --- a/index.js +++ b/index.js @@ -75,7 +75,7 @@ module.exports = function(content) { "useShortDoctype", "keepClosingSlash", "removeScriptTypeAttributes", - "removeStyleTypeAttributes" + "removeStyleLinkTypeAttributes" ].forEach(function(name) { if(typeof minimizeOptions[name] === "undefined") { minimizeOptions[name] = true;