Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 26, 2016
1 parent d39e61f commit 6606bb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v1.0.0:
date: 2016-01-26
changes:
- bump grunt-lib-phantomjs to 1.0.0
- bump jasmine to 2.2.0
v0.9.2:
date: 2015-09-24
changes:
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ Type: `String|Array`
CSS files that get loaded after the jasmine.css

#### options.version
Type: `String`
Default: `'2.0.1'`
Type: `String`
Default: '2.2.0'

This is the jasmine-version which will be used. currently available versions are:

* 2.2.0
* 2.0.1
* 2.0.0

Expand Down Expand Up @@ -295,7 +296,7 @@ for more information on the RequireJS template.

## Release History

* 2016-01-26   v1.0.0   bump grunt-lib-phantomjs to 1.0.0
* 2016-01-26   v1.0.0   bump grunt-lib-phantomjs to 1.0.0 bump jasmine to 2.2.0
* 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
Expand Down Expand Up @@ -326,4 +327,4 @@ for more information on the RequireJS template.

Task submitted by [Jarrod Overson](http://jarrodoverson.com)

*This file was generated on Tue Jan 26 2016 10:43:05.*
*This file was generated on Tue Jan 26 2016 10:58:57.*
2 changes: 1 addition & 1 deletion docs/jasmine-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CSS files that get loaded after the jasmine.css

## options.version
Type: `String`
Default: '2.2.0'
Default: `'2.2.0'`

This is the jasmine-version which will be used. currently available versions are:

Expand Down

0 comments on commit 6606bb3

Please sign in to comment.