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 9d8a7af commit 130020dCopy full SHA for 130020d
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: build
2
3
on:
4
push:
5
- branches: [master, beta]
+ branches: [master, v1]
6
pull_request:
7
branches: ["*"]
8
package.json
@@ -34,9 +34,17 @@
34
"url": "https://github.com/ajv-validator/ajv-formats/issues"
35
},
36
"homepage": "https://github.com/ajv-validator/ajv-formats#readme",
37
+ "dependencies": {
38
+ "ajv": "^8.0.0"
39
+ },
40
"peerDependencies": {
41
"ajv": "^8.0.0"
42
43
+ "peerDependenciesMeta": {
44
+ "ajv": {
45
+ "optional": true
46
+ }
47
48
"devDependencies": {
49
"@ajv-validator/config": "^0.3.0",
50
"@types/jest": "^26.0.5",
0 commit comments