Skip to content

Commit 204ac62

Browse files
committed
Fix: peerDep version
This was forgotten in 5766096
1 parent b954bee commit 204ac62

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
@@ -49,7 +49,7 @@
4949
"typescript-eslint-parser": "^2.1.0"
5050
},
5151
"peerDependencies": {
52-
"eslint": ">=3.5.0"
52+
"eslint": ">=3.9.0"
5353
},
5454
"repository": {
5555
"type": "git",

0 commit comments

Comments
 (0)