Skip to content

Commit 2713b82

Browse files
authoredApr 16, 2024··
fix: remove pnpm version restriction (#629)
1 parent c2107e5 commit 2713b82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"coffeescript"
1919
],
2020
"engines": {
21-
"node": ">= 16.0.0",
22-
"pnpm": "^8.0.0"
21+
"node": ">= 16.0.0"
2322
},
2423
"packageManager": "pnpm@8.12.1",
2524
"volta": {

0 commit comments

Comments
 (0)
Please sign in to comment.