Skip to content

Commit

Permalink
peerDependencies less strict (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Acker Apple <y>
  • Loading branch information
AckerApple authored Jun 8, 2022
1 parent 376e76c commit ca829da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medibloc/nestjs-request-context",
"version": "1.0.0",
"version": "1.0.1",
"description": "NestJS Request Context using AsyncLocalStorage",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typescript": "^4.1.3"
},
"peerDependencies": {
"@nestjs/common": "^7.5.5",
"@nestjs/platform-express": "^7.5.5",
"express": "^4.17.1"
"@nestjs/common": ">=7.5.5",
"@nestjs/platform-express": ">=7.5.5",
"express": ">=4.17.1"
}
}

0 comments on commit ca829da

Please sign in to comment.