Skip to content

Commit

Permalink
chore(deps): update peerdep for prettier to include v3.0.0 (#11)
Browse files Browse the repository at this point in the history
* chore(deps): update peerdep for prettier to include v3.0.0

* version number bump
  • Loading branch information
alicewriteswrongs committed Jul 10, 2023
1 parent 3f2b461 commit c0c498a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/prettier-config",
"version": "3.0.0",
"version": "3.1.0",
"description": "Prettier config for Ionic and Capacitor",
"keywords": [],
"homepage": "https://github.com/ionic-team/prettier-config#readme",
Expand All @@ -18,6 +18,6 @@
"index.js"
],
"peerDependencies": {
"prettier": "^2.4.0"
"prettier": "^2.4.0 || ^3.0.0"
}
}

0 comments on commit c0c498a

Please sign in to comment.