Skip to content

Commit 130020d

Browse files
committed
change ajv dependency, #15
1 parent 9d8a7af commit 130020d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)