0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/standalone/CHANGELOG.md
2021-04-09 17:54:35 +02:00

530 B

@verdaccio/cli-standalone

5.0.0-alpha.4

Major Changes

  • f8a50baa: feat: standalone registry with no dependencies

    Usage

    To install a server with no dependencies

    npm install -g @verdaccio/standalone
    

    with no internet required

    npm install -g ./tarball.tar.gz
    

    Bundles htpasswd and audit plugins.

    Breaking Change

    It does not allow anymore the auth and middleware property at config file empty, it will fallback to those plugins by default.