Skip to content

Commit 0133762

Browse files
committed
chore: Register serverless as peer dependency
It's to ensure only compatible versions or Framework are used together with a plugin
1 parent cccb7c3 commit 0133762

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"sha256-file": "1.0.0",
6868
"shell-quote": "^1.7.2"
6969
},
70+
"peerDependencies": {
71+
"serverless": "^1.34 || 2"
72+
},
7073
"eslintConfig": {
7174
"extends": "eslint:recommended",
7275
"env": {

0 commit comments

Comments
 (0)