Skip to content

Commit

Permalink
Add ajv-draft-04 w/ npm auto-update (#1710)
Browse files Browse the repository at this point in the history
* add ajv-draft-04 w/ auto-update

* Update packages/a/ajv-draft-04.json

---------

Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
  • Loading branch information
jeremyfiel and MattIPv4 authored Dec 6, 2023
1 parent 24b32e4 commit 925b996
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/a/ajv-draft-04.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "ajv-draft-04",
"description": "Another JSON Schema Validator specifically for Draft-04 support",
"repository": {
"type": "git",
"url": "https://github.com/ajv-validator/ajv-draft-04.git"
},
"keywords": [
"JSON",
"schema",
"validator",
"jsonschema",
"json-schema",
"draft-04"
],
"license": "MIT",
"filename": "index.js",
"autoupdate": {
"source": "npm",
"target": "ajv-draft-04",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.@(js?(.map)|d.ts)"
]
}
]
},
"authors": [
{
"name": "Evgeny Poberezkin"
}
]
}

0 comments on commit 925b996

Please sign in to comment.