Skip to content

Commit 6d8f7df

Browse files
authored
Merge pull request #25 from constgen/patch-1
Add compatibility with ESLint 7
2 parents 8a887e4 + 487fee2 commit 6d8f7df

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
@@ -10,7 +10,7 @@
1010
"author": "Kevin Deisz",
1111
"license": "MIT",
1212
"peerDependencies": {
13-
"eslint": "^5.0.0 || ^6.0.0"
13+
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
1414
},
1515
"dependencies": {
1616
"aria-query": "^4.2.2",

0 commit comments

Comments
 (0)