From 44a2cfe3bdacb55366e2a1a544df768ffd569f95 Mon Sep 17 00:00:00 2001 From: Brandon Konkle Date: Tue, 2 Feb 2016 10:21:06 -0700 Subject: [PATCH] Explain the peerDependency a bit more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4786e84..8ccfa9e 100755 --- a/README.md +++ b/README.md @@ -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.