File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ before(function (done) {
204
204
205
205
## History
206
206
207
+ * 1.2.0 - Update chai to 2.x
207
208
* 1.1.0 - Dependency update
208
209
* 1.0.10 - AMD loader support
209
210
* 1.0.9 - Published to bower.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chai-json-schema" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"main" : " index.js" ,
5
5
"ignore" : [
6
6
" **/.*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chai-json-schema" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Chai plugin for JSON Schema v4" ,
5
5
"author" : {
6
6
"name" : " Bart van der Schoor" ,
44
44
"devDependencies" : {
45
45
"grunt" : " ~0.4.2" ,
46
46
"grunt-cli" : " ~0.1" ,
47
- "chai" : " ~1.9 .0" ,
47
+ "chai" : " ^2 .0" ,
48
48
"mocha" : " ~1.18.0" ,
49
49
"grunt-mocha" : " ~0.4.10" ,
50
50
"grunt-contrib-jshint" : " ~0.9.2" ,
56
56
"requirejs" : " ~2.1.11"
57
57
},
58
58
"peerDependencies" : {
59
- "chai" : " >= 1.6.1 < 2 "
59
+ "chai" : " >= 2.0.0 < 3 "
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments