File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonscript-test-suite" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " Tests for JSONScript interpreters" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
21
21
},
22
22
"homepage" : " https://github.com/JSONScript/jsonscript-test-suite#readme" ,
23
23
"devDependencies" : {
24
- "ajv" : " ^4.0.5 " ,
24
+ "ajv" : " ^4.7.0 " ,
25
25
"glob" : " ^7.0.0" ,
26
- "jsonscript" : " ^0.5 .0" ,
26
+ "jsonscript" : " ^0.6 .0" ,
27
27
"mocha" : " ^2.4.5" ,
28
28
"pre-commit" : " ^1.1.2"
29
29
}
Original file line number Diff line number Diff line change 55
55
"skip" : { "type" : " boolean" },
56
56
"script" : {
57
57
"description" : " JSONScript to test" ,
58
- "$ref" : " http://www.json-script.com /schema/schema.json#"
58
+ "$ref" : " http://www.jsonscript.org /schema/schema.json#"
59
59
},
60
60
"data" : {
61
61
"description" : " data instance, can be any type"
77
77
"skip" : { "type" : " boolean" },
78
78
"script" : {
79
79
"description" : " JSONScript to test" ,
80
- "$ref" : " http://www.json-script.com /schema/schema.json#"
80
+ "$ref" : " http://www.jsonscript.org /schema/schema.json#"
81
81
},
82
82
"data" : {
83
83
"description" : " data instance, can be any type"
You can’t perform that action at this time.
0 commit comments