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
22
33on :
44 push :
5- branches : [master, beta ]
5+ branches : [master, v1 ]
66 pull_request :
77 branches : ["*"]
88
Original file line number Diff line number Diff line change 11{
22 "name" : " ajv-formats" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Format validation for Ajv v7+" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
3434 "url" : " https://github.com/ajv-validator/ajv-formats/issues"
3535 },
3636 "homepage" : " https://github.com/ajv-validator/ajv-formats#readme" ,
37+ "dependencies" : {
38+ "ajv" : " ^8.0.0"
39+ },
3740 "peerDependencies" : {
3841 "ajv" : " ^8.0.0"
3942 },
43+ "peerDependenciesMeta" : {
44+ "ajv" : {
45+ "optional" : true
46+ }
47+ },
4048 "devDependencies" : {
4149 "@ajv-validator/config" : " ^0.3.0" ,
4250 "@types/jest" : " ^26.0.5" ,
You can’t perform that action at this time.
0 commit comments