Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: Update packageManager field in package.json
Browse files Browse the repository at this point in the history
Currently, the root `package.json` doesn't contain
the `packageManager` field.

This commit adds it to help renovate to identify which package
manager is being used.

related comment: renovatebot/renovate#23662 (reply in thread)
  • Loading branch information
lordrip committed Aug 9, 2023
1 parent 4575aee commit 48d0658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"cypress-file-upload": {
"built": true
}
}
},
"packageManager": "[email protected]"
}
3 changes: 1 addition & 2 deletions packages/kaoto-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,5 @@
],
"msw": {
"workerDirectory": "public"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 48d0658

Please sign in to comment.