fela-beautifier
Advanced tools
Comparing version 5.0.8 to 5.0.9
@@ -8,3 +8,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
renderer.subscribe(function () { | ||
return objectEach(renderer.styleNodes, function (node, key) { | ||
return objectEach(renderer.nodes, function (node, key) { | ||
node.textContent = cssbeautify(node.textContent, options); | ||
@@ -11,0 +11,0 @@ }); |
@@ -21,3 +21,3 @@ 'use strict'; | ||
renderer.subscribe(function () { | ||
return (0, _felaUtils.objectEach)(renderer.styleNodes, function (node, key) { | ||
return (0, _felaUtils.objectEach)(renderer.nodes, function (node, key) { | ||
node.textContent = (0, _cssbeautify2.default)(node.textContent, options); | ||
@@ -24,0 +24,0 @@ }); |
{ | ||
"name": "fela-beautifier", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"description": "Fela enhancer to beautify CSS output", | ||
@@ -29,4 +29,4 @@ "main": "lib/index.js", | ||
"cssbeautify": "^0.3.1", | ||
"fela-utils": "^7.0.0" | ||
"fela-utils": "^7.0.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
5584
Updatedfela-utils@^7.0.1