Skip to content

Commit

Permalink
Adds missing bower package key in converter
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Jul 3, 2014
1 parent b48c63f commit 1f71599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Type/BowerAssetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ public function convert(array $data)
}
}

if (isset($data['bin'])) {
$package['bin'] = $data['bin'];
}

$extra = array();

if (isset($data['main'])) {
Expand Down

0 comments on commit 1f71599

Please sign in to comment.