Skip to content

Commit

Permalink
chore: Drop support for v1 version of serverless
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Serverless Framework v2 or later is required (dropped support for v1)
  • Loading branch information
medikoo committed Sep 1, 2021
1 parent 3d190a2 commit a98974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"serverless": "1 || 2",
"serverless": "2",
"typescript": ">=2.2.2"
},
"jest": {
Expand Down

0 comments on commit a98974d

Please sign in to comment.