From 282071058f5960f0ec4d12bd80af3a7dfcd4eaf7 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 25 Nov 2021 13:32:09 +0100 Subject: [PATCH] chore: Mark plugin as Serverless Framework v3 ready Plugin is confirmed to work with v3 release without issues, therefore it'll be good to whitelist v3 of the Framework in peer dependencies section --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe95bdb..f828d0b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bluebird": "^3.5.4" }, "peerDependencies": { - "serverless": "1.x || 2.x" + "serverless": "1 || 2 || 3" }, "files": [ "index.js"