Skip to content

Commit

Permalink
chore: add packageManager field to package.json (#156)
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.

*
[`package.json`](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R3):
Added `"packageManager": "npm@10.9.2"` to specify the project should use
npm version 10.9.2.
  • Loading branch information
lumirlumir authored Dec 28, 2024
1 parent dd63e20 commit 47f307f
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/*",
Expand Down

0 comments on commit 47f307f

Please sign in to comment.