Skip to content

Commit

Permalink
Merge pull request #14 from jehy/master
Browse files Browse the repository at this point in the history
avoid saving peers #13
  • Loading branch information
sebastiandedeyne committed Aug 16, 2017
2 parents 5f08d41 + c3b3225 commit 7143ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ fs.readFile('package.json', 'utf-8', function(error, contents) {

let peerInstallOptions=packageContents.peerInstallOptions

peerInstallOptions['no-save'] = true;
npm.load(peerInstallOptions, function() {
npm.commands.install(packages)
})
Expand Down

0 comments on commit 7143ec8

Please sign in to comment.