Merged
Conversation
ljharb
reviewed
Apr 21, 2025
647f13b to
eb99fca
Compare
wraithgar
reviewed
Apr 22, 2025
wraithgar
reviewed
Apr 22, 2025
eb99fca to
f12422b
Compare
f12422b to
9a26950
Compare
wraithgar
reviewed
Apr 22, 2025
owlstronaut
added a commit
to npm/init-package-json
that referenced
this pull request
Apr 23, 2025
npm/cli#8246 This pull request introduces support for an `init-private` configuration option, allowing users to specify whether a package should be private by default. It includes changes to the initialization logic and corresponding test cases to ensure the feature works as expected.
9a26950 to
e531f17
Compare
e531f17 to
d06004b
Compare
wraithgar
reviewed
May 1, 2025
d06004b to
160413e
Compare
Contributor
Author
|
this is waiting on npm/init-package-json#327 |
wraithgar
pushed a commit
to npm/init-package-json
that referenced
this pull request
May 5, 2025
160413e to
fae36f2
Compare
Member
|
Landed npm/init-package-json#327 and amended the |
Member
|
This is gonna take more work than what's in here, the code path that's failing is when no args are present, it goes directly to
|
fae36f2 to
6e40573
Compare
Contributor
Author
|
Will depend on npm/init-package-json#330 |
Merged
6e40573 to
5ce90bd
Compare
5ce90bd to
a4a3b5c
Compare
wraithgar
approved these changes
May 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes npm/statusboard#509
This pull request introduces a new
--init-privateflag to thenpm initcommand, allowing users to set theprivatefield in thepackage.jsonfile by default.