Skip to content

Commit

Permalink
chore(package.json): remove pnpm from engines (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkwhd authored Jul 21, 2023
1 parent 821b418 commit 62fe714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-spies-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'prettier-plugin-astro': patch
---

removes pnpm from engines
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"workers/*"
],
"engines": {
"node": "^14.15.0 || >=16.0.0",
"pnpm": ">=7.14.0"
"node": "^14.15.0 || >=16.0.0"
},
"packageManager": "pnpm@8.6.2",
"homepage": "https://github.com/withastro/prettier-plugin-astro/",
Expand Down

0 comments on commit 62fe714

Please sign in to comment.