7b8f263f by Tom Johnson

packages updates for testing

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