Skip to content

Commit

Permalink
move toad-scheduler back to peerDependencies (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Sep 21, 2024
1 parent ec2cc06 commit c987f22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"lint:fix": "standard --fix"
},
"dependencies": {
"fastify-plugin": "^5.0.0",
"toad-scheduler": ">=2.0.0 <4"
"fastify-plugin": "^5.0.0"
},
"peerDependencies": {
"toad-scheduler": ">=2.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
Expand Down

0 comments on commit c987f22

Please sign in to comment.