Skip to content

Commit 167bfb5

Browse files
committed
modify: Add packageManager field to package.json
Specified pnpm version in the packageManager field to ensure consistent package management across environments.
1 parent ae23370 commit 167bfb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@
8989
"tailwindcss": "^4.1.9",
9090
"tw-animate-css": "1.3.3",
9191
"typescript": "^5.9.3"
92-
}
92+
},
93+
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
9394
}

0 commit comments

Comments
 (0)