Skip to content

Commit

Permalink
fix: change ajv dependency to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valverdealbo committed Apr 17, 2021
1 parent 72369cc commit 9492bbf
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 6 deletions.
187 changes: 183 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Expand Up @@ -46,8 +46,13 @@
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"dependencies": {
"ajv": "^8.1.0"
"peerDependencies": {
"ajv": "7 - 8"
},
"peerDependenciesMeta": {
"ajv": {
"optional": false
}
},
"scripts": {
"build": "rimraf ./dist && tsc",
Expand Down

0 comments on commit 9492bbf

Please sign in to comment.