Skip to content

Commit

Permalink
fix: remove pnpm from engines (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jun 25, 2024
1 parent 70c2cc7 commit bec866d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"author": "Cynthia <cyyynthia@borkenware.com>",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18",
"pnpm": ">= 9"
"node": ">= 18"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit bec866d

Please sign in to comment.