Skip to content

Commit

Permalink
fix: upgrade peer dependency eslint to >= 6.0.0 (#3 #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 29, 2019
1 parent 9ac3e0c commit f0ab288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxts/eslint-plugin-mdx",
"version": "0.1.2",
"version": "0.1.3",
"description": "ESLint Parser/Plugin for MDX",
"repository": "git@github.com:rx-ts/eslint-plugin-mdx.git",
"author": "JounQin <admin@1stg.me>",
Expand All @@ -17,7 +17,7 @@
"lint": "eslint . --ext mdx,ts,tsx"
},
"peerDependencies": {
"eslint": ">=4.7.0"
"eslint": ">=6.0.0"
},
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
Expand Down

0 comments on commit f0ab288

Please sign in to comment.