fela-plugin-extend
Advanced tools
Comparing version 6.0.11 to 10.0.0
@@ -28,2 +28,3 @@ import objectEach from 'fast-loops/lib/objectEach'; | ||
if (extension.condition) { | ||
// eslint-disable-next-line no-use-before-define | ||
assignStyle(style, extend(extension.style)); | ||
@@ -30,0 +31,0 @@ } |
@@ -48,2 +48,3 @@ 'use strict'; | ||
if (extension.condition) { | ||
// eslint-disable-next-line no-use-before-define | ||
(0, _assignStyle2.default)(style, extend(extension.style)); | ||
@@ -50,0 +51,0 @@ } |
{ | ||
"name": "fela-plugin-extend", | ||
"version": "6.0.11", | ||
"version": "10.0.0", | ||
"description": "Fela plugin to extend style objects", | ||
@@ -28,5 +28,6 @@ "main": "lib/index.js", | ||
"fast-loops": "^1.0.0", | ||
"fela-utils": "^8.1.3", | ||
"fela-utils": "^10.0.0", | ||
"isobject": "^3.0.1" | ||
} | ||
}, | ||
"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
7615
105
+ Addedfela-utils@10.8.2(transitive)
Updatedfela-utils@^10.0.0