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

update publish docs #2778

Closed
wants to merge 7 commits into from
Closed

Commits on Feb 25, 2021

  1. Copy the full SHA
    b9fa7e3 View commit details
    Browse the repository at this point in the history
  2. arborist@2.2.5

    wraithgar committed Feb 25, 2021
    Copy the full SHA
    28d036a View commit details
    Browse the repository at this point in the history
  3. fix(explain): mark when dependency is bundled

    When using `npm explain <package>` it's useful to see if the package has
    been bundled. This is especially useful when trying to understand the
    provenance of a package's content
    
    PR-URL: #2750
    Credit: @kumavis
    Close: #2750
    Reviewed-by: @nlf
    kumavis authored and wraithgar committed Feb 25, 2021
    Copy the full SHA
    983d218 View commit details
    Browse the repository at this point in the history
  4. chore(refactor): promisify completion scripts

    We also removed the "none" script because we handle a missing
    script just fine. There is no need to put an empty one in
    
    PR-URL: #2759
    Credit: @wraithgar
    Close: #2759
    Reviewed-by: @nlf
    wraithgar committed Feb 25, 2021
    Copy the full SHA
    2ed0cc8 View commit details
    Browse the repository at this point in the history
  5. chore(docs): capitalize all Instaces of "package"

    To make the headings consistent.
    
    PR-URL: #2760
    Credit: @MrBrain295
    Close: #2760
    Reviewed-by: @wraithgar
    MrBrain295 authored and wraithgar committed Feb 25, 2021
    Copy the full SHA
    ba1adef View commit details
    Browse the repository at this point in the history
  6. chore(docs): add navigation configuration

    The documentation in this repository is added to the overall npm
    documentation at https://docs.npmjs.com/, which includes both the
    documentation for the public registry and the CLI.
    
    The documentation site itself also has a navigational hierarchy;
    since the content is included from the CLI, we also want to ensure
    that the navigation for that content lives in this repository.
    
    This means that this repository is the source of truth for all of the
    CLI documentation, and we do not need to update two places when we
    add, edit, or remove CLI documentation.  It all lives here.
    
    This also teaches the documentation rendering script to identify when
    the navigation configuration (nav.yml) is missing new pages that were
    recently added or retains old pages that have recently been deleted.
    
    PR-URL: #2775
    Credit: @ethomson
    Close: #2775
    Reviewed-by: @wraithgar
    ethomson authored and wraithgar committed Feb 25, 2021
    Copy the full SHA
    8bfa05f View commit details
    Browse the repository at this point in the history
  7. chore(docs):update unpublish cooldown

    PR-URL: #2778
    Credit: @christoflemke
    Close: #2778
    Reviewed-by: @wraithgar, @ethomson
    christoflemke authored and wraithgar committed Feb 25, 2021
    Copy the full SHA
    238e474 View commit details
    Browse the repository at this point in the history