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

Commit 28491b4

Browse files
authored
fix: incorrect peer deps (#69)
1 parent aae9146 commit 28491b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"tslint": "5.19.0"
3333
},
3434
"peerDependencies": {
35-
"@nestjs/common": "6.6.2",
36-
"@nestjs/core": "6.6.2",
35+
"@nestjs/common": "^6.0.0",
36+
"@nestjs/core": "^6.0.0",
3737
"reflect-metadata": "^0.1.12",
38-
"rxjs": "6.5.2"
38+
"rxjs": "^6.0.0"
3939
},
4040
"publishConfig": {
4141
"access": "public"

0 commit comments

Comments
 (0)