react-soundplayer
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -23,2 +23,6 @@ 'use strict'; | ||
var _SoundCloudAudio = require('soundcloud-audio'); | ||
var _SoundCloudAudio2 = _interopRequireWildcard(_SoundCloudAudio); | ||
var _PlayIconSVG$PauseIconSVG = require('./Icons'); | ||
@@ -101,3 +105,4 @@ | ||
onTogglePlay: PropTypes.func, | ||
seekingIcon: PropTypes.node | ||
seekingIcon: PropTypes.node, | ||
soundCloudAudio: PropTypes.instanceOf(_SoundCloudAudio2['default']) | ||
}; | ||
@@ -104,0 +109,0 @@ |
{ | ||
"name": "react-soundplayer", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Create custom SoundCloud players with React", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,2 +52,4 @@ # <img src="http://www.officialpsds.com/images/thumbs/Soundcloud-Logo-psd47614.png" width="75" align="left"> react-soundplayer | ||
ReactSoundPlayer depends on [React.js](http://facebook.github.io/react/index.html) 0.13.x (or higher) and [SoundCloudAudio](http://facebook.github.io/react/index.html) for managing HTML5 Audio. | ||
# API | ||
@@ -54,0 +56,0 @@ |
64468
1103
296