deku-soundplayer
Advanced tools
Comparing version 0.1.1-rc to 0.1.2-rc
@@ -39,2 +39,28 @@ /** @jsx dom */ | ||
var Player = { | ||
propTypes: { | ||
duration: { | ||
type: 'number', | ||
optional: true | ||
}, | ||
currentTime: { | ||
type: 'number', | ||
optional: true | ||
}, | ||
playing: { | ||
type: 'boolean', | ||
optional: true | ||
}, | ||
seeking: { | ||
type: 'boolean', | ||
optional: true | ||
} | ||
}, | ||
defaultProps: { | ||
duration: 0, | ||
currentTime: 0, | ||
seeking: false, | ||
playing: false | ||
}, | ||
render: function render(component) { | ||
@@ -41,0 +67,0 @@ var props = component.props; |
{ | ||
"name": "deku-soundplayer", | ||
"version": "0.1.1-rc", | ||
"version": "0.1.2-rc", | ||
"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
23968
567