Skip to content

Commit

Permalink
fix: missing dependencies: @apidevtools/swagger-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Jun 14, 2022
1 parent df4d0c0 commit a195cf9
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 @@ -31,7 +31,6 @@
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.15.2",
Expand All @@ -55,6 +54,7 @@
"typescript-transform-paths": "^3.3.1"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@ava/typescript": "^3.0.1",
"@types/fs-extra": "^9.0.11",
"@types/node": "^14.14.31",
Expand Down

0 comments on commit a195cf9

Please sign in to comment.