Skip to content

Commit

Permalink
Merge pull request #633 from czubocha/issue-632
Browse files Browse the repository at this point in the history
chore: enable compatibility with Serverless Framework v4
  • Loading branch information
rddimon authored Jul 18, 2024
2 parents 4b17c05 + 8dbb433 commit fa193e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"proxy-agent": "^6.4.0"
},
"peerDependencies": {
"serverless": "^2.60 || ^3.0.0"
"serverless": ">=2.60"
}
}

0 comments on commit fa193e3

Please sign in to comment.