We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa23a92 commit f992ec1Copy full SHA for f992ec1
source/ui.js
@@ -91,7 +91,7 @@ const checkNewFiles = async pkg => {
91
}
92
93
if (newFiles.firstTime.length > 0) {
94
- messages.push(`The following new files will be published the first time:\n${chalk.reset(newFiles.firstTime.map(path => `- ${path}`).join('\n'))}`);
+ messages.push(`The following new files will be published for the first time:\n${chalk.reset(newFiles.firstTime.map(path => `- ${path}`).join('\n'))}`);
95
96
97
if (!isInteractive()) {
0 commit comments