Skip to content

Commit 35b5825

Browse files
committedSep 19, 2016
json-script.com -> jsonscript.org
1 parent df4cbbf commit 35b5825

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonscript-test-suite",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Tests for JSONScript interpreters",
55
"main": "lib/index.js",
66
"scripts": {
@@ -21,9 +21,9 @@
2121
},
2222
"homepage": "https://github.com/JSONScript/jsonscript-test-suite#readme",
2323
"devDependencies": {
24-
"ajv": "^4.0.5",
24+
"ajv": "^4.7.0",
2525
"glob": "^7.0.0",
26-
"jsonscript": "^0.5.0",
26+
"jsonscript": "^0.6.0",
2727
"mocha": "^2.4.5",
2828
"pre-commit": "^1.1.2"
2929
}

‎test_suite_schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"skip": { "type": "boolean" },
5656
"script": {
5757
"description": "JSONScript to test",
58-
"$ref": "http://www.json-script.com/schema/schema.json#"
58+
"$ref": "http://www.jsonscript.org/schema/schema.json#"
5959
},
6060
"data": {
6161
"description": "data instance, can be any type"
@@ -77,7 +77,7 @@
7777
"skip": { "type": "boolean" },
7878
"script": {
7979
"description": "JSONScript to test",
80-
"$ref": "http://www.json-script.com/schema/schema.json#"
80+
"$ref": "http://www.jsonscript.org/schema/schema.json#"
8181
},
8282
"data": {
8383
"description": "data instance, can be any type"

0 commit comments

Comments
 (0)