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

Commit

Permalink
lock webworkify to 1.0.2 to fix ie8 '.default' usage error
Browse files Browse the repository at this point in the history
webworkify uses exp.default and the default part throws an error in IE8
added webworkify to dependancies rather than dev dependancies
  • Loading branch information
brandonocasey committed Mar 11, 2016
1 parent 03bd812 commit d2c8441
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 d2c8441

Please sign in to comment.