Skip to content

Commit

Permalink
Upgrade: ajv@^6.0.1, still using json schema draft 04
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Feb 3, 2018
1 parent 2af9446 commit 7d66f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/util/ajv.js
Expand Up @@ -19,7 +19,8 @@ const ajv = new Ajv({
meta: false,
validateSchema: false,
missingRefs: "ignore",
verbose: true
verbose: true,
schemaId: "id"
});

ajv.addMetaSchema(metaSchema);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"ajv": "^5.3.0",
"ajv": "^6.0.1",
"babel-code-frame": "^6.22.0",
"chalk": "^2.1.0",
"concat-stream": "^1.6.0",
Expand Down

0 comments on commit 7d66f19

Please sign in to comment.