Skip to content

Commit 8fdbb45

Browse files
authoredMay 24, 2021
fix: allow eslint-plugin-promise v5 as peer dependency (#186)
1 parent 8c5203f commit 8fdbb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint": "^7.12.1",
5151
"eslint-plugin-import": "^2.22.1",
5252
"eslint-plugin-node": "^11.1.0",
53-
"eslint-plugin-promise": "^4.2.1"
53+
"eslint-plugin-promise": "^4.2.1 || ^5.0.0"
5454
},
5555
"repository": {
5656
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.