Skip to content

Commit

Permalink
move ajv dependencies to devDependencies
Browse files Browse the repository at this point in the history
Changes:

- suggested by Sergio in (this comment)[#452 (comment)]
  • Loading branch information
AnimeshKumar923 committed Nov 22, 2023
1 parent ba6fab7 commit 82563fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"devDependencies": {
"eslint": "^8.54.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
"dependencies": {
"@types/json-schema": "^7.0.11",
"nyc": "^15.1.0",
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0"
},
"dependencies": {
"@types/json-schema": "^7.0.11"
}
}

0 comments on commit 82563fd

Please sign in to comment.