Skip to content

Commit

Permalink
fix: Remove only-allow
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jan 4, 2023
1 parent 4bea97d commit a97750b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-cows-poke.md
@@ -0,0 +1,5 @@
---
'prettier-plugin-astro': patch
---

Fix packaging error causing the plugin to only be installable using pnpm
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -37,8 +37,7 @@
"lint": "eslint .",
"lint:fix": "pnpm lint --fix",
"format": "prettier -w . --cache",
"release": "pnpm build && changeset publish",
"preinstall": "npx only-allow pnpm"
"release": "pnpm build && changeset publish"
},
"dependencies": {
"@astrojs/compiler": "^0.31.3",
Expand Down

0 comments on commit a97750b

Please sign in to comment.