diff --git a/packages/a/ajv.json b/packages/a/ajv.json index 0d19f991f..e6aa1238c 100644 --- a/packages/a/ajv.json +++ b/packages/a/ajv.json @@ -3,18 +3,20 @@ "description": "Another JSON Schema Validator", "repository": { "type": "git", - "url": "https://github.com/epoberezkin/ajv.git" + "url": "https://github.com/ajv-validator/ajv.git" }, "keywords": [ "JSON", "schema", - "validator" + "validator", + "jsonschema", + "json-schema" ], "license": "MIT", - "filename": "ajv7.min.js", + "filename": "ajv8.min.js", "autoupdate": { "source": "npm", - "target": "ajv-dist", + "target": "ajv", "fileMap": [ { "basePath": "dist",