Skip to content

1.5.0

Compare
Choose a tag to compare
@heikomat heikomat released this 29 Jan 16:21
· 143 commits to master since this release

Changelog

New Features

  • Support for local modules as dependencies in other local modules.
    aka. if your local module A requires your local module B, B wont be downloaded, but linked, if the local version of B matches A's dependency
  • Minstall now allows . as module-folder
    for when you just want to install and link a bunch of modules, that don't have a parent-project (this is experimental, please open an issue if this feature leads to problems)

Bugfixes

  • Fix handling of scoped local modules
  • local scoped modules are now linked using their scoped-names, no matter what the folder they are actually in is called

Improvements

  • Updated the version of fs-extra minstall uses to 2.0.0
  • some code cleanup