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 - Dependency update - Chai 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
" **/.*" ,
10
10
" test/"
11
11
],
12
12
"dependencies" : {
13
- "tv4" : " ~1.0.16 " ,
13
+ "tv4" : " ~1.1.9 " ,
14
14
"jsonpointer.js" : " ~0.3.0"
15
15
}
16
16
}
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" ,
You can’t perform that action at this time.
0 commit comments