jfmengels/lib-upgrader

Automatically install dependency

Open

#1 opened on Apr 10, 2016

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (2 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (39 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It would be nice if we automatically installed the version of the dependency to user is moving to.

  • @latest if the user selected the latest version
  • @^2 if the user selected version 2.X.Y that is not the latest
  • @~0.14 if the user selected version 0.14.X that is not the latest and is before the 1.0.0 release

Contributor guide