Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
fix: incorrect peer deps (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleygrimes authored Aug 29, 2019
1 parent aae9146 commit 28491b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"tslint": "5.19.0"
},
"peerDependencies": {
"@nestjs/common": "6.6.2",
"@nestjs/core": "6.6.2",
"@nestjs/common": "^6.0.0",
"@nestjs/core": "^6.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "6.5.2"
"rxjs": "^6.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 28491b4

Please sign in to comment.