Skip to content

Commit bec866d

Browse files
authored
fix: remove pnpm from engines (#23)
1 parent 70c2cc7 commit bec866d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"author": "Cynthia <cyyynthia@borkenware.com>",
1515
"license": "BSD-3-Clause",
1616
"engines": {
17-
"node": ">= 18",
18-
"pnpm": ">= 9"
17+
"node": ">= 18"
1918
},
2019
"scripts": {
2120
"build": "tsc",

0 commit comments

Comments
 (0)