Skip to content

Commit

Permalink
prepare for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhleung committed Sep 13, 2017
1 parent e9ffc51 commit 353f9b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ Usage: install-peerdeps <package>[@<version>], 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
Expand Down

0 comments on commit 353f9b0

Please sign in to comment.