1
0
mirror of https://github.com/videojs/video.js.git synced 2025-09-16 09:26:56 +02:00

Updated to specific version of grunt-contrib-qunit to fix travis CI build errors

This commit is contained in:
Steve Heffernan
2013-02-24 15:20:17 -08:00
parent 60f9b505f1
commit 496c699298

View File

@@ -11,7 +11,7 @@
"homepage": "http://videojs.com",
"author": "Steve Heffernan",
"scripts": {
"test": "grunt test"
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
@@ -22,9 +22,8 @@
"grunt": "0.4.0rc4",
"grunt-contrib-jshint": "https://github.com/gruntjs/grunt-contrib-jshint/archive/7fd70e86c5a8d489095fa81589d95dccb8eb3a46.tar.gz",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-qunit": "~0.1.0",
"grunt-contrib-qunit": "0.1.0",
"calcdeps": "~0.1.7",
"phantomjs": "~1.8.0-1",
"grunt-contrib-clean": "~0.4.0a",
"grunt-contrib-copy": "~0.3.2",
"mocha": "~1.8.1"