File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - " 0.11"
3
4
- " 0.10"
4
5
- " 0.8"
5
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chai-json-schema" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Chai plugin for JSON Schema v4" ,
5
5
"author" : {
6
6
"name" : " Bart van der Schoor" ,
39
39
},
40
40
"dependencies" : {
41
41
"jsonpointer.js" : " 0.3.0" ,
42
- "tv4" : " 1.0.11"
42
+ "tv4" : " ^1.0.16" ,
43
+ "grunt-mocha-test" : " ^0.10.0" ,
44
+ "grunt-mocha" : " ^0.4.10" ,
45
+ "require" : " ^0.5.0"
43
46
},
44
47
"devDependencies" : {
45
48
"grunt" : " ~0.4.2" ,
46
49
"grunt-cli" : " ~0.1" ,
47
- "chai" : " ~1.6.1 " ,
48
- "mocha" : " ~1.11 .0" ,
49
- "grunt-mocha" : " ~ 0.4.1 " ,
50
- "grunt-contrib-jshint" : " 0.6.3 " ,
50
+ "chai" : " ^1.9.0 " ,
51
+ "mocha" : " ^1.18 .0" ,
52
+ "grunt-mocha" : " ^ 0.4.10 " ,
53
+ "grunt-contrib-jshint" : " ^0.9.2 " ,
51
54
"jshint-path-reporter" : " ~0.1" ,
52
55
"grunt-continue" : " 0.0.1" ,
53
56
"grunt-mocha-test" : " ~0.7.0" ,
54
- "mocha-unfunk-reporter" : " ~0.3.7 " ,
57
+ "mocha-unfunk-reporter" : " ^0.4.0 " ,
55
58
"grunt-bump" : " 0.0.11" ,
56
59
"requirejs" : " ~2.1.9"
57
60
},
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Chai-json-schema</ title >
4
+ < title > Chai-json-schema fail demo </ title >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
6
6
< link rel ="stylesheet " href ="../node_modules/mocha/mocha.css "/>
7
7
< script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js " type ="text/javascript "> </ script >
You can’t perform that action at this time.
0 commit comments