Skip to content

Commit

Permalink
add missing danger-runner bin to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Feb 2, 2018
1 parent 599c7c3 commit ed86c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

## Master

* Register danger-runner as a package binary. [@urkle][]

## 3.1.2-3.1.3

* Peril typings to the Danger DSL. [@orta][]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"bin": {
"danger": "distribution/commands/danger.js",
"danger-pr": "distribution/commands/danger-pr.js",
"danger-runner": "distribution/commands/danger-runner.js",
"danger-process": "distribution/commands/danger-process.js",
"danger-ci": "distribution/commands/danger-ci.js",
"danger-init": "distribution/commands/danger-init.js",
Expand Down

0 comments on commit ed86c13

Please sign in to comment.