v0.5.3 hotfix.

This commit is contained in:
Samuel Reed 2014-02-28 01:10:08 +08:00
parent dfe8f05d42
commit 90205ed7c8
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS.",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
"author": {
"name": "Grunt Team",
@ -28,7 +28,7 @@
"test": "grunt test"
},
"dependencies": {
"grunt-lib-phantomjs": "~0.4.0",
"grunt-lib-phantomjs": "~0.5.0",
"rimraf": "~2.1.4"
},
"devDependencies": {

View File

@ -80,6 +80,7 @@ exports.init = function(grunt, phantomjs) {
var context = {
temp : tempDir,
outfile : outfile,
css : exports.getRelativeFileList(outdir, jasmineCss, { nonull : true }),
scripts : {
polyfills : exports.getRelativeFileList(outdir, polyfills),