fela-beautifier
Advanced tools
Comparing version 5.0.18 to 10.0.0
@@ -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; }; | ||
function beautify() { | ||
objectEach(renderer.nodes, function (_ref, key) { | ||
objectEach(renderer.nodes, function (_ref) { | ||
var node = _ref.node; | ||
@@ -11,0 +11,0 @@ |
@@ -23,3 +23,3 @@ 'use strict'; | ||
function beautify() { | ||
(0, _objectEach2.default)(renderer.nodes, function (_ref, key) { | ||
(0, _objectEach2.default)(renderer.nodes, function (_ref) { | ||
var node = _ref.node; | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "fela-beautifier", | ||
"version": "5.0.18", | ||
"version": "10.0.0", | ||
"description": "Fela enhancer to beautify CSS output", | ||
@@ -30,3 +30,4 @@ "main": "lib/index.js", | ||
"fast-loops": "^1.0.0" | ||
} | ||
}, | ||
"gitHead": "7f81d463beac94a7ae8d642119c6ff394f1e9788" | ||
} |
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
6202