Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Jan 6, 2018
1 parent 1113faf commit 71ba97c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ npmPath.SEPARATOR // ':'

Path lookup code adapted directly from npm.

Thanks to [Jordan Harband](https://github.com/ljharb) for his [hard work](https://github.com/timoxley/npm-path/pulls?q=is%3Apr+author%3Aljharb) adapting this to work on node 0.8.

# License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-path",
"version": "2.0.3",
"version": "2.0.4",
"description": "Get a PATH with all executables available to npm scripts.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 71ba97c

Please sign in to comment.