Skip to content

Commit

Permalink
Make ajv-formats a dev-only dependency
Browse files Browse the repository at this point in the history
It is only used for validation.
  • Loading branch information
lpsinger committed Jul 18, 2024
1 parent 96abe1b commit f2d0ff8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 11 additions & 6 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"devDependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"execa": "^9.3.0",
"glob": "^9.0.1",
"husky": "^9.1.0",
Expand All @@ -31,8 +32,5 @@
"lint-staged": {
"*.{json,js,mjs}": "prettier --write",
"*.schema.json": "node validate.mjs"
},
"dependencies": {
"ajv-formats": "^2.1.1"
}
}

0 comments on commit f2d0ff8

Please sign in to comment.