Skip to content

Commit c2399d0

Browse files
authored
Merge branch 'master' into master
2 parents fc389cd + 0fd9f3f commit c2399d0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22

33
on:
44
push:
5-
branches: [master, beta]
5+
branches: [master, v1]
66
pull_request:
77
branches: ["*"]
88

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -34,9 +34,17 @@
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",

0 commit comments

Comments
 (0)