v0.9.2
This commit is contained in:
parent
484a01a818
commit
415ae2cbe5
@ -1,3 +1,7 @@
|
||||
v0.9.2:
|
||||
date: 2015-09-24
|
||||
changes:
|
||||
- Fixes npm@3 issues
|
||||
v0.9.1:
|
||||
date: 2015-09-04
|
||||
changes:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# grunt-contrib-jasmine v0.9.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)
|
||||
# grunt-contrib-jasmine v0.9.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)
|
||||
|
||||
> Run jasmine specs headlessly through PhantomJS
|
||||
|
||||
@ -295,6 +295,7 @@ for more information on the RequireJS template.
|
||||
|
||||
## Release History
|
||||
|
||||
* 2015-09-24 v0.9.2 Fixes npm@3 issues
|
||||
* 2015-09-04 v0.9.1 Fix summary logging
|
||||
* 2015-07-10 v0.9.0 Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
|
||||
* 2015-01-08 v0.8.2 Fixes to test summary reporting.
|
||||
@ -324,4 +325,4 @@ for more information on the RequireJS template.
|
||||
|
||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||
|
||||
*This file was generated on Tue Aug 04 2015 10:14:41.*
|
||||
*This file was generated on Thu Sep 24 2015 13:00:10.*
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "grunt-contrib-jasmine",
|
||||
"description": "Run jasmine specs headlessly through PhantomJS",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
"url": "http://gruntjs.com/"
|
||||
|
Loading…
Reference in New Issue
Block a user