Skip to content

Commit

Permalink
chore: add pnpm as binary in info
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jan 5, 2022
1 parent 754615b commit 39dd422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/info/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class InfoCommand {
}

const defaultInformation: Information = {
Binaries: ["Node", "Yarn", "npm"],
Binaries: ["Node", "Yarn", "npm", "pnpm"],
Browsers: [
"Brave Browser",
"Chrome",
Expand Down

0 comments on commit 39dd422

Please sign in to comment.