Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to lerna | Samy Pessé | 2016-09-05 | 1 | -48/+0 |
| | |||||
* | Expose DEFAULT_PLUGINS as a list of PluginDependency | Samy Pesse | 2016-06-06 | 1 | -4/+6 |
| | |||||
* | Add unit tests for installPlugin | Samy Pessé | 2016-05-27 | 1 | -42/+1 |
| | |||||
* | Switch plugin installation and resolveVersion to use PluginDependency ↵ | Samy Pessé | 2016-05-27 | 1 | -7/+12 |
| | | | | instead of Plugin | ||||
* | Fixed two issues for handling git URLs for plugins that are published to git ↵ | Ryan Swanson | 2016-05-26 | 1 | -66/+1 |
| | | | | | | | | repositories rather than on npmjs.org. Fixed issue in pluginDependency to dereference 'name' and 'version' using Immutable Map.get(...) accessors since config values are now wrapped by Immutable.fromJS(...) in config.js > setValue(...). Added associated unit test. Fixed issue in resolveVersion where a plugin may be using a git URL rather than a semver for the version portion of the plugin config definition. In addition, refactored the resolveVersion function into a new module to allow for unit testing. Added associated unit test. | ||||
* | Log npm version being used when running gitbook install | Samy Pesse | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Log resolved version when installing plugins | Samy Pessé | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Improve spacing when installing plugins | Samy Pesse | 2016-05-01 | 1 | -0/+1 |
| | |||||
* | Add base for commands | Samy Pesse | 2016-04-26 | 1 | -7/+28 |
| | | | | Improve plugins installation | ||||
* | Add utils to install plugins | Samy Pessé | 2016-04-22 | 1 | -0/+125 |