snabbdom-virtualize
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -113,3 +113,3 @@ 'use strict'; | ||
if (name) { | ||
var val = res[1].trim(); | ||
var val = res[1].replace('!important', '').trim(); | ||
memo ? memo[name] = val : memo = _defineProperty({}, name, val); | ||
@@ -116,0 +116,0 @@ } |
{ | ||
"name": "snabbdom-virtualize", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Library for turning strings and DOM nodes into virtual DOM nodes compatible with snabbdom.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
15684