Skip to content

Commit

Permalink
Merge pull request #22 from chvarkov/develop
Browse files Browse the repository at this point in the history
Extended peer dependencies versions.
  • Loading branch information
chvarkov authored Dec 12, 2020
2 parents 0ff3fda + 1ae82ca commit 8f89327
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 8f89327

Please sign in to comment.