File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ language: node_js
2
2
node_js :
3
3
- " 0.11"
4
4
- " 0.10"
5
- - " 0.8"
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" ,
32
32
"main" : " index.js" ,
33
33
"readmeFilename" : " README.md" ,
34
34
"engines" : {
35
- "node" : " >= 0.8.0 "
35
+ "node" : " >= 0.10 "
36
36
},
37
37
"scripts" : {
38
38
"test" : " grunt test"
39
39
},
40
40
"dependencies" : {
41
41
"jsonpointer.js" : " 0.3.0" ,
42
- "tv4" : " ~1.0.16 "
42
+ "tv4" : " ~1.1.9 "
43
43
},
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" : " >= 1.6.1 < 3 "
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments