Skip to content

Commit

Permalink
NPM 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Aug 16, 2017
1 parent 7143ec8 commit 105bebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All Notable changes to `npm-install-peers` will be documented in this file.

## 1.2.0
- Added support for npm 5

## 1.1.0
- Added `peerInstallOptions` which can be used to provide different
[config flags](https://docs.npmjs.com/misc/config), for example, `no-bin-links`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-install-peers",
"version": "1.1.0",
"version": "1.2.0.-rc.1",
"description": "CLI command to install npm peerDependencies",
"preferGlobal": true,
"bin": {
Expand Down

0 comments on commit 105bebd

Please sign in to comment.