react-tj-youtube
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -13,2 +13,4 @@ 'use strict'; | ||
var _lodash = require('lodash'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -62,3 +64,3 @@ | ||
videoId: props.videoId, | ||
playerVars: { | ||
playerVars: (0, _lodash.extend)({ | ||
fs: 0, | ||
@@ -76,3 +78,3 @@ rel: 0, | ||
modestbranding: 0 | ||
}, | ||
}, props.options), | ||
currentState: -1 | ||
@@ -203,2 +205,3 @@ }; | ||
Youtube.defaultProps = { | ||
options: {}, | ||
autoPlay: false, | ||
@@ -205,0 +208,0 @@ width: '100%', |
{ | ||
"name": "react-tj-youtube", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"author": "Tony Jin <jsveron23@gmail.com>", | ||
@@ -52,3 +52,2 @@ "description": "TJ Youtube iframe API for React", | ||
"babel-preset-stage-0": "^6.16.0", | ||
"css-loader": "^0.26.0", | ||
"eslint": "^3.10.2", | ||
@@ -59,3 +58,2 @@ "eslint-loader": "^1.6.1", | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"react": "^15.4.0", | ||
@@ -62,0 +60,0 @@ "react-dom": "^15.4.0" |
9725
2
11
188
- Removedclassnames@^2.2.5
- Removedclassnames@2.5.1(transitive)