Skip to content

Commit

Permalink
fix: accepting any nestjs/cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith authored Sep 23, 2024
1 parent 3f609cb commit 9ae6e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "*",
"typescript": "^5.3.3",
"tsconfig-paths": "*"
},
Expand Down

0 comments on commit 9ae6e79

Please sign in to comment.