jfmengels / jfmengels/lib-upgrader

Install dependencies described in releases

Open
#2 4 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
39
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Follows the same train of though as #1.

I think it would be nice if in the provided [`releases`](https://github.com/jfmengels/lib-upgrader/blob/master/sample/releases.json) array, we added support for additional dependencies to install (maybe even remove?).

``` json
[{
"version": "0.14.0",
"dependencies": [
"react-dom@^0.14"
],
"transforms": [
"path/to/transorm/a.js",
"path/to/transorm/b.js"
]
}]
```

For instance, in React v0.14, the module was split into two separate modules: `react` and `react-dom`. A similar thing happened with `Babel` v6.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.