Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate private modules in output from updated #329

Merged
merged 1 commit into from
Sep 2, 2016

Conversation

gigabo
Copy link
Contributor

@gigabo gigabo commented Sep 2, 2016

This is helpful for figuring out what will actually be published.

Goes along with #321.

Looks like:

image

@hzoo
Copy link
Contributor

hzoo commented Sep 2, 2016

👍 , easy to review

@@ -16,7 +16,7 @@ export default class UpdatedCommand extends Command {

execute(callback) {
const formattedUpdates = this.updates
.map((update) => `- ${update.package.name}`)
.map((update) => `- ${update.package.name}${update.package.isPrivate()?" (private)":""}`)
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe spaces between the operators though

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, yeah. Weird that the linter didn't catch that...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like that linter rule got dropped accidentally. Re-added and fixed this up.

Nice catch @hzoo!

This is helpful for figuring out what will actually be published.
@gigabo gigabo merged commit 9fd9402 into lerna:master Sep 2, 2016
rygine pushed a commit to awakesecurity/lerna that referenced this pull request Sep 12, 2016
This is helpful for figuring out what will actually be published.
@lock
Copy link

lock bot commented Dec 28, 2018

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants