Skip to content

Commit

Permalink
fix: moved @fastify/error to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniCardamone committed Nov 12, 2022
1 parent 82804d1 commit 610efb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
},
"homepage": "https://github.com/GiovanniCardamone/fastify-autoroutes#readme",
"devDependencies": {
"@fastify/error": "^3.0.0",
"@giovannicardamone/eslint-config": "^0.6.0",
"@giovannicardamone/prettier-config": "^0.1.3",
"@types/jest": "^29.2.0",
Expand All @@ -57,6 +56,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@fastify/error": "^3.0.0",
"fastify-plugin": "^4.0.0",
"glob-promise": "^4.2.2"
},
Expand Down

0 comments on commit 610efb3

Please sign in to comment.