Skip to content

Commit

Permalink
chore: Specify prettier as a peer dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-j-castro authored Jan 18, 2024
1 parent 5def130 commit 2830f9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"@semantic-release/npm": "11.0.2",
"prettier": "3.2.3",
"semantic-release": "23.0.0"
},
"peerDependencies": {
"prettier": "^3.0.0"
}
}

0 comments on commit 2830f9a

Please sign in to comment.