Skip to content

Commit 3cf7fec

Browse files
committed
Peer dep: Allow eslint ^5.0.0 as well
1 parent 7869530 commit 3cf7fec

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
@@ -37,7 +37,7 @@
3737
"mocha": "^5.2.0"
3838
},
3939
"peerDependencies": {
40-
"eslint": "^3.0.0 || ^4.0.0"
40+
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
4141
},
4242
"engines": {
4343
"node": ">=4"

0 commit comments

Comments
 (0)