Skip to content

Commit 3d08e52

Browse files
committed
delete pnpm from engines in package.json
1 parent 43f2bdd commit 3d08e52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"dist/**"
1010
],
1111
"engines": {
12-
"node": ">=18",
13-
"pnpm": ">=9"
12+
"node": ">=18"
1413
},
1514
"scripts": {
1615
"prepublish": "pnpm build",

0 commit comments

Comments
 (0)