v0.5.3 hotfix.
This commit is contained in:
parent
dfe8f05d42
commit
90205ed7c8
@ -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": {
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user