Skip to content

Commit

Permalink
set prettier as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabir el Yahiaoui committed Jan 8, 2024
1 parent 0a54189 commit 0bb9c78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leukeleu/prettier-config",
"repository": "https://github.com/leukeleu/prettier-config.git",
"version": "2.1.0",
"version": "3.0.0",
"description": "Reusable Prettier config for Leukeleu projects",
"main": "index.js",
"scripts": {
Expand All @@ -13,8 +13,10 @@
"prettier"
],
"license": "MIT",
"peerDependencies": {
"prettier": "3.1.1"
},
"dependencies": {
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.10"
}
}

0 comments on commit 0bb9c78

Please sign in to comment.