Skip to content

Commit

Permalink
Add peerDependenciesMeta block (#367)
Browse files Browse the repository at this point in the history
Fixes warnings when using Yarn v2
  • Loading branch information
BPScott committed Dec 13, 2020
1 parent 885f484 commit 86608d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
"prettier": "^1.15.3",
"vue-eslint-parser": "^6.0.0"
},
"peerDependenciesMeta": {
"eslint-plugin-prettier": {
"optional": true
}
},
"engines": {
"node": ">=6.0.0"
},
Expand Down

0 comments on commit 86608d5

Please sign in to comment.