From 353f9b05e9eff6ea5e75859f14f7812952a9e3c0 Mon Sep 17 00:00:00 2001 From: nathanhleung Date: Tue, 12 Sep 2017 20:43:41 -0400 Subject: [PATCH] prepare for new version --- CHANGELOG.md | 3 +++ README.md | 12 +++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56715b6..7533da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.2.0 +* Merged pull request #10 from @okonet - Allow installation of only peers instead of peers and package too + # 1.1.3 * Started changelog * Merged pull request #4 from @lancefisher - Handle ranges of peer dependencies diff --git a/README.md b/README.md index c8ec4ce..5ff999c 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,14 @@ Usage: install-peerdeps [@], default version is 'latest' Installs the specified package along with correct peerDeps. Options: +  +  -h, --help        output usage information +  -V, --version     output the version number +  -d, --dev         Install the package as a devDependency +  -o, --only-peers  Install only peerDependencies of the package +  -S, --silent      If using npm, don't save in package.json +  -Y, --yarn        Install with yarn - -h, --help output usage information - -V, --version output the version number - -d, --dev Install the package as a devDependency - -S, --silent If using npm, don't save in package.json - -Y, --yarn Install with yarn ``` ## Examples