Skip to content

Commit 184e78d

Browse files
fix: add packageManager field for pnpm version
Required by pnpm/action-setup@v4 in GitHub Actions
1 parent 1e285d4 commit 184e78d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@formkit/tempo",
33
"version": "0.1.2",
4+
"packageManager": "pnpm@10.11.0",
45
"description": "The easiest way to work with dates in JavaScript and TypeScript.",
56
"type": "module",
67
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)