Skip to content

Commit bb57833

Browse files
author
kaorun343
committed
Version 2.2.2
1 parent a4ba127 commit bb57833

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/vue-youtube-embed.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue YouTube Embed version 2.2.1
2+
* Vue YouTube Embed version 2.2.2
33
* under MIT License copyright 2019 kaorun343
44
*/
55
// fork from https://github.com/brandly/angular-youtube-embed
@@ -98,6 +98,7 @@ var container = {
9898
var pid = 0;
9999

100100
var YouTubePlayer = {
101+
name: 'YoutubeEmbed',
101102
props: {
102103
playerHeight: {
103104
type: [String, Number],

lib/vue-youtube-embed.umd.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue YouTube Embed version 2.2.1
2+
* Vue YouTube Embed version 2.2.2
33
* under MIT License copyright 2019 kaorun343
44
*/
55
(function (global, factory) {
@@ -104,6 +104,7 @@
104104
var pid = 0;
105105

106106
var YouTubePlayer = {
107+
name: 'YoutubeEmbed',
107108
props: {
108109
playerHeight: {
109110
type: [String, Number],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-youtube-embed",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Vue.js and YouTube",
55
"main": "lib/vue-youtube-embed.js",
66
"scripts": {

0 commit comments

Comments
 (0)