Skip to content

Commit

Permalink
build: Only output symlink info when doing human output
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 25, 2017
1 parent b25cd51 commit 774539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function linkBins (pkg, folder, parent, gtop, cb) {
var out = npm.config.get('parseable')
? dest + '::' + src + ':BINFILE'
: dest + ' -> ' + src
output(out)
if (!npm.config.get('json') && !npm.config.get('parseable')) output(out)
cb()
})
}
Expand Down

0 comments on commit 774539b

Please sign in to comment.