Skip to content

Commit f0ab288

Browse files
committed
fix: upgrade peer dependency eslint to >= 6.0.0 (#3 #4)
1 parent 9ac3e0c commit f0ab288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxts/eslint-plugin-mdx",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "ESLint Parser/Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",
@@ -17,7 +17,7 @@
1717
"lint": "eslint . --ext mdx,ts,tsx"
1818
},
1919
"peerDependencies": {
20-
"eslint": ">=4.7.0"
20+
"eslint": ">=6.0.0"
2121
},
2222
"dependencies": {
2323
"@mdx-js/mdx": "^1.1.0",

0 commit comments

Comments
 (0)