Skip to content

Commit

Permalink
Added the missing bin field
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 8, 2017
1 parent cb33a40 commit b7b4a12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
This file contains highlights of what changes on each version of the [Which for JS](https://github.com/cedx/which.js) library.

## Version [3.1.0](https://github.com/cedx/which.js/compare/v3.0.0...v3.1.0)
- Updated the package dependencies.

## Version [3.0.0](https://github.com/cedx/which.js/compare/v2.0.2...v3.0.0)
- Breaking change: changed the signature of the `Finder` class constructor.
- Breaking change: merged the `all` and `options` parameters of the `which()` function.
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"description": "Find the instances of an executable in the system path.",
"homepage": "https://github.com/cedx/which.js",
"license": "MIT",
"main": "./lib/index",
"main": "./lib/index.js",
"name": "@cedx/which",
"repository": "cedx/which.js",
"version": "3.0.0",
"version": "3.1.0",
"bin": {
"which": "./bin/cli.js"
},
"dependencies": {
"commander": "^2.11.0"
},
Expand Down

0 comments on commit b7b4a12

Please sign in to comment.