Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
feat(bin): add binLinks lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Nov 7, 2018
1 parent eb22115 commit 2f4d551
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ For bug reports and support, please head over to [npm.community](https://npm.com
* [`runScript`](https://www.npmjs.com/package/npm-lifecycle)
* [`log`](https://npm.im/npmlog)
* [`fetch`](https://npm.im/npm-registry-fetch) (plain ol' client for registry interaction)
* [`linkBin`](https://npm.im/bin-links)

### Example

Expand Down
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -26,5 +26,6 @@ module.exports = {
publish: require('libnpmpublish').publish,
unpublish: require('libnpmpublish').unpublish,
runScript: require('npm-lifecycle'),
log: require('npmlog')
log: require('npmlog'),
linkBin: require('bin-links')
}
65 changes: 62 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -26,6 +26,7 @@
"author": "Kat Marchán <kzm@zkat.tech>",
"license": "ISC",
"dependencies": {
"bin-links": "^1.1.2",
"bluebird": "^3.5.3",
"find-npm-prefix": "^1.0.2",
"libnpmaccess": "^2.0.0",
Expand Down

0 comments on commit 2f4d551

Please sign in to comment.