react-lite-json-viewer
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -93,4 +93,4 @@ var Immutable, React, assign, div, hsl, ref, reset, span, stringify; | ||
color: hsl(0, 0, 90), | ||
flexShrink: 'no', | ||
WebkitFlexShrink: 'no' | ||
flexShrink: 0, | ||
WebkitFlexShrink: 0 | ||
}; | ||
@@ -97,0 +97,0 @@ return assign(more, baseStyle); |
{ | ||
"name": "react-lite-json-viewer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Component for exploring store in JSON", | ||
@@ -5,0 +5,0 @@ "main": "lib/json-viewer.js", |
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
10143