Skip to content

Commit

Permalink
Updated to the latest version of the swf
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Feb 18, 2014
1 parent 956aaa0 commit c9cad9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"main": "./dist/video-js/video.js",
"dependencies": {
"videojs-swf": "4.3.4"
"videojs-swf": "4.4.0"
},
"devDependencies": {
"grunt-cli": "~0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/index.html.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Set the location of the flash SWF -->
<script>
vjs.options.flash.swf = '../node_modules/videojs-swf/dist/VideoJS.swf'
vjs.options.flash.swf = '../node_modules/videojs-swf/dist/video-js.swf'
</script>

</head>
Expand Down

0 comments on commit c9cad9c

Please sign in to comment.