Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Explain the peerDependency a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Feb 2, 2016
1 parent bbfd9f0 commit 44a2cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ $ npm install --save-dev babel-preset-es2015-loose babel-preset-es2015

Why do you need to install both? The idea is that `babel-preset-es2015-loose`
will always be up to date because it will always use the version of
`babel-preset-2015` the user has installed. If you don't want to update to
`babel-preset-2015` that you have installed. If you don't want to update to
the latest Babel release - you don't have to. Just pin `babel-preset-2015` to
the version you need.

Expand Down

0 comments on commit 44a2cfe

Please sign in to comment.