Skip to content

Commit

Permalink
Link the bin field in package.json (OctoLinker#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier authored Jul 14, 2016
1 parent 7a1fc7c commit d555b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/npm-manifest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default class NpmManifest {
'$.peerDependencies': linkDependency,
'$.optionalDependencies': linkDependency,
'$.main': linkFile,
'$.bin': linkFile,
});
}
}

0 comments on commit d555b5c

Please sign in to comment.