Skip to content

Commit

Permalink
Extended peer dependencies versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
chvarkov committed Dec 12, 2020
1 parent 902a2c3 commit 1ae82ca
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
@@ -1,6 +1,6 @@
{
"name": "@nestlab/google-recaptcha",
"version": "1.1.9",
"version": "1.1.10",
"description": "Google recaptcha module for NestJS.",
"keywords": [
"nest",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/chvarkov/google-recaptcha",
"peerDependencies": {
"@nestjs/common": "^6.0.0",
"@nestjs/core": "^6.0.0"
"@nestjs/core": ">=6.0.0 <8.0.0",
"@nestjs/common": ">=6.0.0 <8.0.0"
},
"devDependencies": {
"@nestjs/common": "^6.0.0",
Expand Down

0 comments on commit 1ae82ca

Please sign in to comment.