Skip to content

Commit

Permalink
Set Prettier to optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb authored Sep 29, 2022
1 parent 7357ccf commit ab22648
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 @@ -37,5 +37,10 @@
},
"peerDependencies": {
"prettier": ">= 1.16.0"
},
"peerDependenciesMeta": {
"prettier": {
"optional": true
}
}
}

0 comments on commit ab22648

Please sign in to comment.