Skip to content

3.3.0

Latest
Compare
Choose a tag to compare
@heikomat heikomat released this 28 Feb 15:16

New Features

  • new Flag --no-hoist <dependency>. Setting this makes minstall not hoist that
    dependency. <dependency> has the form name@versionRange, e.g.
    --no-hoist aurelia-cli@^0.30.1. If you omit the versionRange, no version of
    that dependency will be hoisted. The name can be a glob expression (see
    minimatch), e.g.
    --no-hoist aurelia-*. This is useful for dependencies that don't play nice
    when hoisted/linked. This flag can be added multiple times.