Skip to content

Commit 5f2c224

Browse files
committed
fix: add packageManager to package.json
1 parent 68cba09 commit 5f2c224

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/fresh-donuts-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-base-virtual-list": patch
3+
---
4+
5+
fix: add packageManager to package.json

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
"publishConfig": {
6262
"access": "public",
6363
"provenance": true
64-
}
64+
},
65+
"packageManager": "pnpm@10.30.2"
6566
}

0 commit comments

Comments
 (0)