Skip to content

Commit

Permalink
fix: declare parsers as optional peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon committed Aug 21, 2020
1 parent e93f1c0 commit aeacc35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,18 @@
"main": "./dist/index.js",
"name": "eslint-plugin-flowtype",
"peerDependencies": {
"@babel/eslint-parser": "^7.0.0",
"babel-eslint": "*",
"eslint": "^7.1.0"
},
"peerDependenciesMeta": {
"@babel/eslint-parser": {
"optional": true
},
"babel-eslint": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/gajus/eslint-plugin-flowtype"
Expand Down

0 comments on commit aeacc35

Please sign in to comment.