Files
pnpm/src
Zoltan Kochan 5de380989a fix(linking): packages should not loose their peer deps (#761)
* test(install): peer dependencies should be resolved correctly

* fix(linking): packages should not loose their peer deps

When a peer dependency is resolved not from the direct parent,
dependent packages should be duplicated with hard links in order
to preserve the correct set of resolved peer dependencies.

Semi-breaking change. The node_modules structure is changed but
doesn't need a complete removal of a node_modules created with
previous version of pnpm.

* docs: document how peer dependencies are resolved

Ref #694, Ref #726

* docs: nicer comments in code blocks

* docs: more explanation about peer deps
2017-05-09 18:21:39 +03:00
..
2017-05-08 19:03:00 +03:00
2017-05-07 21:38:51 +03:00
2017-04-27 11:04:37 +03:00
2017-04-27 11:04:37 +03:00
2017-03-13 02:31:37 +02:00
2017-02-27 00:09:24 +02:00
2017-05-07 21:38:51 +03:00