Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #71 from BrandonOCasey/ie8-fixes
Browse files Browse the repository at this point in the history
lock webworkify to 1.0.2 to fix ie8 '.default' usage error
  • Loading branch information
imbcmdth committed Mar 11, 2016
2 parents 03bd812 + d2c8441 commit e1b24e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
],
"dependencies": {
"video.js": "^5.0.0",
"mux.js": "^2.0.0"
"mux.js": "^2.0.0",
"webworkify": "1.0.2"
},
"devDependencies": {
"babel": "^5.8.0",
Expand Down Expand Up @@ -104,8 +105,6 @@
"sinon": "^1.0.0",
"uglify-js": "^2.5.0",
"videojs-standard": "^4.0.0",
"watchify": "^3.6.0",
"webworkify": "^1.0.2"

"watchify": "^3.6.0"
}
}

0 comments on commit e1b24e2

Please sign in to comment.