Skip to content

Commit 66ff5db

Browse files
authored
Merge pull request Intellicode#200 from mattyclarkson/patch-1
Allow eslint 5+ as peer dependency
2 parents 6c66a09 + 7c32250 commit 66ff5db

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
@@ -34,7 +34,7 @@
3434
"mocha": "3.4.1"
3535
},
3636
"peerDependencies": {
37-
"eslint": "^3.17.0 || ^4.0.0"
37+
"eslint": "^3.17.0 || ^4 || ^5"
3838
},
3939
"keywords": [
4040
"eslint",

0 commit comments

Comments
 (0)