Skip to content

Commit 86251e5

Browse files
SheraffKevinVandy
andauthored
chore: enforce pnpm 11 (#332)
Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
1 parent 2319b86 commit 86251e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"url": "https://github.com/tanstack/store.git"
77
},
88
"packageManager": "pnpm@11.1.0",
9+
"engines": {
10+
"pnpm": ">=11.0.0"
11+
},
912
"type": "module",
1013
"scripts": {
1114
"clean": "pnpm --filter \"./packages/**\" run clean",

0 commit comments

Comments
 (0)