Skip to content

Commit

Permalink
mark prettier as a peerDependencies
Browse files Browse the repository at this point in the history
Right now we use it to format the `notes`, given a fixed width. In the
futuer we probably want to either write our own parser/printer or take a
way smaller dependency.
  • Loading branch information
RobinMalfait committed Mar 21, 2023
1 parent 554f5b9 commit f0f8815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"dependencies": {
"cli-highlight": "^2.1.11",
"picocolors": "^1.0.0"
},
"peerDependencies": {
"prettier": "^2.8.6"
}
}

0 comments on commit f0f8815

Please sign in to comment.