deku-soundplayer
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -32,3 +32,3 @@ /** @jsx dom */ | ||
'div', | ||
{ 'class': classNames, style: { 'background-image': 'url(' + props.artworkUrl + ')' } }, | ||
{ 'class': classNames, style: props.artworkUrl ? { 'background-image': 'url(' + props.artworkUrl + ')' } : {} }, | ||
props.children | ||
@@ -35,0 +35,0 @@ ); |
{ | ||
"name": "deku-soundplayer", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Create custom SoundCloud players with Deku", | ||
@@ -5,0 +5,0 @@ "main": "index.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
22487