Merged
Conversation
- Refactored lib/star.js - Fixes `npm unstar` by adding a lib/unstar.js alias/cmd - Add tests for lib/star.js and lib/unstar.js Fixes: npm/statusboard#174 PR-URL: #2204 Credit: @ruyadorno Close: #2204 Reviewed-by: @nlf
- Fix `npm version` unexpected arg count usage - Add tests for lib/version.js Fixes: npm/statusboard#182 PR-URL: #2205 Credit: @ruyadorno Close: #2205 Reviewed-by: @nlf
The `flatOptions` property exposed by `lib/npm.js` should not be redefined. This fixes an error in `npm init` by just avoiding trying to override the property there. Fixes: #2206 PR-URL: #2213 Credit: @ruyadorno Close: #2213 Reviewed-by: @nlf
ruyadorno
approved these changes
Nov 20, 2020
darcyclarke
approved these changes
Nov 20, 2020
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.
7.0.13 (2020-11-20)
BUG FIXES
5fc56b6dbnpm/statusboard#174 #2204 fix npm unstar command (@ruyadorno)7842b4d4dnpm/statusboard#182 #2205 fix npm version usage output (@ruyadorno)a0adbf9f8#2206 #2213 fix: fix flatOptions usage in npm init (@ruyadorno)DEPENDENCIES
3daaf000a@npmcli/arborist@1.0.12DOCUMENTATION
084a7b6ad#2210 docs: Fix typo (@HollowMan6)