Skip to content

Commit

Permalink
fix(deps): remove duplicate url devDependency
Browse files Browse the repository at this point in the history
- already appears in `dependencies`
- version mismatch in `devDependencies` may be causing issues + devDep version does not exist.
  • Loading branch information
artysidorenko authored May 18, 2022
1 parent e24ec1a commit 0b7cd98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@nestjs/swagger": "^4.8.0",
"class-validator": "^0.13.1",
"axios": "^0.21.1",
"url": "^0.13.1",
"typescript": "^4.2.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 0b7cd98

Please sign in to comment.