use fixed version of grunt-lib-phantomjs to update https://github.com/gruntjs/grunt-contrib-jasmine/pull/44

This commit is contained in:
Heiko Behrens 2013-06-05 14:36:57 +02:00
parent 0fdf44b052
commit d2cc443e6b

View File

@ -28,7 +28,7 @@
"test": "grunt test"
},
"dependencies": {
"grunt-lib-phantomjs": "~0.3.0",
"grunt-lib-phantomjs": "git://github.com/HBehrens/grunt-lib-phantomjs.git#791ae961b2d4c8d59a55dd9be50d15ee8b949081",
"rimraf": "~2.0.3"
},
"devDependencies": {