Skip to content

Commit

Permalink
chore: Make some main deps into peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen authored and jmcdo29 committed Jun 12, 2020
1 parent 92cd4eb commit 4be7fab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,15 @@
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.4",
"ws": "^7.3.0"
"ws": "^7.3.0",
"reflect-metadata": "^0.1.13",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down

0 comments on commit 4be7fab

Please sign in to comment.