Skip to content

Commit

Permalink
Added package type
Browse files Browse the repository at this point in the history
Change package type from "library" to "bower-asset" or "npm-asset"
  • Loading branch information
edgardmessias committed Apr 20, 2017
1 parent 7fb4ac1 commit d212aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/AssetPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public function prepareReleases($repository)
'uid' => $this->prepareUid($version),
'name' => $this->getNormalName(),
'version' => $version,
'type' => $this->getType() . '-asset,
];
if ($require) {
$release['require'] = $require;
Expand Down

0 comments on commit d212aec

Please sign in to comment.