Skip to content

Commit

Permalink
fix: add swagger to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Jan 9, 2022
1 parent 116652b commit f2ab73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fluxapi/common": "workspace:*"
"@fluxapi/common": "workspace:*",
"fastify-swagger": "4.x"
},
"devDependencies": {
"fastify": "~3.24.1",
"fastify-swagger": "4.x",
"typescript": "4.5.2"
},
"peerDependencies": {
Expand Down
45 changes: 1 addition & 44 deletions pnpm-lock.yaml

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

0 comments on commit f2ab73c

Please sign in to comment.