Skip to content

Commit

Permalink
fix: drop @vue/language-plugin-pug as peer dependency
Browse files Browse the repository at this point in the history
cause it's not actually imported anywhere directly
  • Loading branch information
simonhaenisch committed Jul 2, 2024
1 parent 8ae2ddd commit b253038
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@
"repository": "simonhaenisch/prettier-plugin-organize-imports",
"homepage": "https://github.com/simonhaenisch/prettier-plugin-organize-imports#readme",
"peerDependencies": {
"@vue/language-plugin-pug": "^2.0.24",
"prettier": ">=2.0",
"typescript": ">=2.9",
"vue-tsc": "^2.0.24"
},
"peerDependenciesMeta": {
"@vue/language-plugin-pug": {
"optional": true
},
"vue-tsc": {
"optional": true
}
Expand Down

0 comments on commit b253038

Please sign in to comment.