Skip to content

Commit

Permalink
peerDependencies less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Acker Apple committed Jun 7, 2022
1 parent 376e76c commit d35a896
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 d35a896

Please sign in to comment.