[DAEMON-47] Remove dependency on 'optional-dev-dependency'
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-02-17T05:59:28.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | Tooling |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-02-17T05:44:43.000+0000 |
| Updated | 2017-10-26T03:11:43.000+0000 |
Description
As a way to deal with dependency management, appcd uses "optional-dev-dependency", specifically when the plan was to publish each micro-package as a separate NPM module. However, with the introduction of the
gulp package task and the use of yarn links, there's no need for the "optional-dev-dependency" module anymore.
No comments