Skip to content

Commit

Permalink
chore: add packageManager field to package.json (#53)
Browse files Browse the repository at this point in the history
This pull request includes a small change to the `package.json` file.
The change specifies the package manager to be used for the project.
lumirlumir authored Dec 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fd2a56a commit 7157f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"packageManager": "npm@10.9.2",
"workspaces": [
"examples/*",
"packages/*",

0 comments on commit 7157f72

Please sign in to comment.