Skip to content

Commit

Permalink
Merge pull request #502 from urkle/fix-danger-runner
Browse files Browse the repository at this point in the history
add missing danger-runner bin to package.json
  • Loading branch information
orta committed Feb 2, 2018
2 parents 599c7c3 + ed86c13 commit 04bba1a
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 04bba1a

Please sign in to comment.