File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build
2
2
3
3
on :
4
4
push :
5
- branches : [master, beta ]
5
+ branches : [master, v1 ]
6
6
pull_request :
7
7
branches : ["*"]
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ajv-formats" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Format validation for Ajv v7+" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
34
34
"url" : " https://github.com/ajv-validator/ajv-formats/issues"
35
35
},
36
36
"homepage" : " https://github.com/ajv-validator/ajv-formats#readme" ,
37
+ "dependencies" : {
38
+ "ajv" : " ^8.0.0"
39
+ },
37
40
"peerDependencies" : {
38
41
"ajv" : " ^8.0.0"
39
42
},
43
+ "peerDependenciesMeta" : {
44
+ "ajv" : {
45
+ "optional" : true
46
+ }
47
+ },
40
48
"devDependencies" : {
41
49
"@ajv-validator/config" : " ^0.3.0" ,
42
50
"@types/jest" : " ^26.0.5" ,
You can’t perform that action at this time.
0 commit comments