treble-hook
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "treble-hook", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Get hooked on simple subscribe-and-publish in ReactJS.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -43,3 +43,6 @@ <div align="center"> | ||
return ( | ||
<h3><span style={{ color: color }}>Selected color: { color }</span></h3> | ||
<div style={{ fontSize: '16px'; }}> | ||
<span>Selected color:{ }</span> | ||
<span style={{ color: color; }}>{ color }</span> | ||
</div> | ||
<RedPicker /><BluePicker /><GreenPicker /> | ||
@@ -46,0 +49,0 @@ <br/> |
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
13487
141