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

create subfolder at top level of tarball from Github #120

Closed
wants to merge 1 commit into from

Commits on Oct 14, 2021

  1. create subfolder at top level of tarball from Github

    create a package dir at top level of tarball from Github
    
    Tarballs that npm can use, package contents should reside
    in a subfolder inside the tarball (usually it is called package/).
    npm strips one directory layer when installing the package
    (an equivalent of tar x --strip-components=1 is run).
    
    See https://docs.npmjs.com/cli/v7/commands/npm-install
    tshaynik committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    67c3a90 View commit details
    Browse the repository at this point in the history