You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
[![JSDocs][jsdocs-src]][jsdocs-href]
6
6
[![License][license-src]][license-href]
7
7
8
-
Package manager detector is based on lock files and the `packageManager` field in the current project's `package.json` file.
8
+
Package manager detector is based on lock files, the `package.json``packageManager` field, and installation metadata to detect the package manager used in a project.
9
9
10
-
It will detect your `yarn.lock` / `pnpm-lock.yaml` / `package-lock.json` / `bun.lock` / `bun.lockb` / `deno.lock` to know the current package manager and use the `packageManager` field in your `package.json` if present.
10
+
It supports `npm`, `yarn`, `pnpm`, `deno`, and `bun`.
0 commit comments