Skip to content

Commit

Permalink
Merge pull request #4 from vericant/feature-fixBracket-505
Browse files Browse the repository at this point in the history
Fix brackets in player, up version, build
  • Loading branch information
TychoCRD authored Dec 18, 2019
2 parents 49dddc7 + 2951b47 commit 20e49df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/vue-video-player.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-video-player",
"description": "video.js component for Vue",
"version": "5.0.4",
"version": "5.0.5",
"license": "MIT",
"private": false,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
trackList: {
type: Array,
default: () => []
}
},
data() {
return {
Expand Down Expand Up @@ -236,5 +237,4 @@
}
}
}
}
</script>

0 comments on commit 20e49df

Please sign in to comment.