Skip to content

Commit

Permalink
chore: create packageManager field to package.json (#216)
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": "[email protected]"` to specify the package manager
version.
  • Loading branch information
lumirlumir authored Dec 30, 2024
1 parent e9e02fa commit ea778c8
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": "[email protected]",
"version": "0.0.0",
"engines": {
"node": ">=20.18.0"
Expand Down

0 comments on commit ea778c8

Please sign in to comment.