Skip to content

Commit

Permalink
chore: add packageManager fields
Browse files Browse the repository at this point in the history
This might be necessary after some recent dependabot updates, which now fails to update anything in this repo. Caused by not having a package-lock.json...

See https://redirect.github.com/dependabot/dependabot-core/issues/11373
  • Loading branch information
dirkdev98 committed Jan 27, 2025
1 parent 77b9b93 commit f470c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"type": "git",
"url": "git+https://github.com/compasjs/compas.git"
},
"workspaces": ["packages/*", "examples/*"]
"workspaces": ["packages/*", "examples/*"],
"packageManager": "^[email protected]"
}

0 comments on commit f470c4c

Please sign in to comment.