Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 7560275

Browse files
authored
Fix pnpm engine specification (#248)
1 parent 32eed10 commit 7560275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@
120120
"engines": {
121121
"node": ">=18.0.0",
122122
"npm": ">=9.0.0",
123-
"pnpm": ">= 8.6.0"
123+
"pnpm": ">=8.6.0"
124124
}
125125
}

0 commit comments

Comments
 (0)