Skip to content

Commit

Permalink
Fix missing 'bin' directive in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Sep 22, 2015
1 parent 1af805d commit 38dff4e
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 @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased][unreleased]
### Fixed
- Fixed missing "bin" directive in composer.json

## [0.11.0] - 2015-09-19
### Added
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"League\\CommonMark\\Tests\\Functional\\": "tests/functional"
}
},
"bin": ["bin/commonmark"],
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
Expand Down

0 comments on commit 38dff4e

Please sign in to comment.