[DAEMON-63] Move dependency-map.json into each package's package.json
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-03-20T22:52:54.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-03-18T01:02:16.000+0000 |
Updated | 2017-10-26T03:11:30.000+0000 |
Description
The
dependency-map.json
is a file that maps micro-package dependencies together so they can be linked with yarn. The problem is this file is becoming exceedingly large. It's time to break it up and put each package's dependencies in their package.json
. Note that this is not the same as NPM dependencies, so we may need a appcd-depenedencies
property in the package.json
.
No comments