Skip to content

Commit

Permalink
chore(website): Fix indentation of "In conclusion" for dependency info (
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jul 10, 2020
1 parent 72d319c commit 257ea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/05-meta/04-architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Nexus takes a batteries included approach. Aside from being featureful, it also

Of course by doing this you're going outside what a given version of Nexus officially supports, so, YMMV "your mileage may vary"! But its not like if Nexus were using peer dep ranges that this caveat would magically go away.

In conclusion, from both a DX and engineering resource perspective we believe the best dep strategy for Nexus is not peer deps but internalized deps. Recapping the tradeoffs:
In conclusion, from both a DX and engineering resource perspective we believe the best dep strategy for Nexus is not peer deps but internalized deps. Recapping the tradeoffs:

- **Cost:** Giving you less flexibility to tailor the packages you use
...but even then _not really_. You _can_ have final say via Yarn's `resolutions` setting.
Expand Down

0 comments on commit 257ea6a

Please sign in to comment.