Skip to content

Commit

Permalink
rebuild, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbar42 committed May 9, 2017
1 parent 664847d commit 7db656f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/videojs-contrib-hlsjs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/videojs-contrib-hlsjs.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-contrib-hls.js",
"version": "3.0.1",
"version": "3.0.2",
"description": "hls.js plugin for videojs",
"main": "dist/videojs-contrib-hlsjs.min.js",
"directories": {
Expand All @@ -17,6 +17,7 @@
},
"scripts": {
"build": "webpack --bail -p",
"dev": "webpack -w",
"clean": "rm -fr dist",
"prepublish": "npm run clean && npm run build"
},
Expand Down

0 comments on commit 7db656f

Please sign in to comment.