Skip to content

Commit 74b078b

Browse files
committed
fix: Allow eslint 4.x via peerDep
1 parent b5a9e74 commit 74b078b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"standard-version": "^4.0.0"
2222
},
2323
"peerDependencies": {
24-
"eslint": "^3.13.0"
24+
"eslint": "^3.13.0 || ^4.0.0"
2525
},
2626
"engines": {
2727
"node": ">= 4"

0 commit comments

Comments
 (0)