diff --git a/implemented/0000-selective-versions-resolutions.md b/implemented/0000-selective-versions-resolutions.md index e513391..b4e700f 100644 --- a/implemented/0000-selective-versions-resolutions.md +++ b/implemented/0000-selective-versions-resolutions.md @@ -162,8 +162,8 @@ With: } ``` -`package-a` will still be resolved to `1.0.0`, but `package-c` will have -`package-a@3.0.0` in its own `node_modules`. +`package-a` will still be resolved to `3.0.0`, but `package-c` will have +`package-a@2.0.0` in its own `node_modules`. With: ```json