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

Commit

Permalink
feat(log): add npmlog to the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Nov 7, 2018
1 parent 37e9efa commit c20abd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ For bug reports and support, please head over to [npm.community](https://npm.com
* [`logicalTree`](https://npm.im/npm-logical-tree)
* [`stringifyPackage`](https://npm.im/stringify-package)
* [`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)

### Example
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ module.exports = {
profile: require('npm-profile'),
publish: require('libnpmpublish').publish,
unpublish: require('libnpmpublish').unpublish,
runScript: require('npm-lifecycle')
runScript: require('npm-lifecycle'),
log: require('npmlog')
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"npm-package-arg": "^6.1.0",
"npm-profile": "^4.0.0",
"npm-registry-fetch": "^3.3.0",
"npmlog": "^4.1.2",
"pacote": "^9.1.0",
"read-package-json": "^2.0.13",
"stringify-package": "^1.0.0"
Expand Down

0 comments on commit c20abd1

Please sign in to comment.