7b8f263f by Tom Johnson

packages updates for testing

1 parent acbf7927
......@@ -10,8 +10,7 @@
},
"license": "Apache 2",
"scripts": {
"test": "grunt",
"postinstall": "echo 'fire post install' && cd node_modules/video.js/ && npm install && grunt"
"test": "grunt"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
......@@ -24,8 +23,8 @@
"grunt": "~0.4.1"
},
"dependencies": {
"video.js": "git+https://github.com/videojs/video.js.git",
"videojs-swf": "git+https://github.com/seniorflexdeveloper/video-js-swf.git",
"videojs-contrib-media-sources": "git+https://github.com/dmlap/videojs-contrib-media-sources.git#hotfix/misc-fixes"
"video.js": "git+https://github.com/videojs/video.js.git#v4.4.1",
"videojs-swf": "git+https://github.com/videojs/video-js-swf.git#v4.4.0",
"videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git"
}
}
......