File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ Type: `String|Array`
26
26
CSS files that get loaded after the jasmine.css
27
27
28
28
## options.version
29
- Type: ` String `
30
- Default: ` '2.0.1' `
29
+ Type: ` String `
30
+ Default: '2.2.0'
31
31
32
32
This is the jasmine-version which will be used. currently available versions are:
33
33
34
+ * 2.2.0
34
35
* 2.0.1
35
36
* 2.0.0
36
37
Original file line number Diff line number Diff line change 18
18
"chalk" : " ^1.0.0" ,
19
19
"es5-shim" : " ^4.0.1" ,
20
20
"grunt-lib-phantomjs" : " ^1.0.0" ,
21
- "jasmine-core" : " ^2.0.4 " ,
21
+ "jasmine-core" : " ^2.2.0 " ,
22
22
"lodash" : " ~2.4.1" ,
23
23
"rimraf" : " ^2.1.4"
24
24
},
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ module.exports = function(grunt) {
70
70
71
71
// Merge task-specific options with these defaults.
72
72
var options = this . options ( {
73
- version : '2.0.1 ' ,
73
+ version : '2.2.0 ' ,
74
74
timeout : 10000 ,
75
75
styles : [ ] ,
76
76
specs : [ ] ,
You can’t perform that action at this time.
0 commit comments