Skip to content

Commit

Permalink
chore: remove package as it is a restricted word (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer authored Jan 31, 2022
1 parent f1c4d10 commit 0550e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/init/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const getPromptInputs = async ({
.map(({ name }) => `${name} plugin`)
.map(formatTitle)
.join(', ')}${EOL}➡️ OK to install??`,
choices: infos.map(({ name, package }) => ({ name: `${name} plugin`, value: package })),
default: infos.map(({ package }) => package),
choices: infos.map((info) => ({ name: `${info.name} plugin`, value: info.package })),
default: infos.map((info) => info.package),
},
]
}
Expand Down

1 comment on commit 0550e60

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 360 MB

Please sign in to comment.