Skip to content

Commit

Permalink
🔧 Add peerDependencies as devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding authored Dec 7, 2020
1 parent 24da7f6 commit 5683527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"prettier": "^2.2.1",
"sinon": "^9.2.1",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"typescript": "^4.1.2",
"@types/express": "^4.17.9",
"express": "^4.17.1",
"zod": "^1.11.11"
},
"peerDependencies": {
"@types/express": "^4.17.9",
Expand Down

0 comments on commit 5683527

Please sign in to comment.