We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce27633 commit 2968342Copy full SHA for 2968342
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsonscript-test",
3
- "version": "0.4.0",
+ "version": "0.6.0",
4
"description": "Testing JSONScript scripts using test suites",
5
"main": "index.js",
6
"scripts": {
@@ -21,9 +21,9 @@
21
},
22
"homepage": "https://github.com/JSONScript/jsonscript-test#readme",
23
"dependencies": {
24
- "ajv": "^4.0.5",
+ "ajv": "^4.7.0",
25
"glob": "^7.0.0",
26
- "jsonscript": "^0.4.0",
27
- "jsonscript-test-suite": "^0.4.0"
+ "jsonscript": "^0.6.0",
+ "jsonscript-test-suite": "^0.6.0"
28
}
29
0 commit comments