Skip to content

Commit

Permalink
Allow package property override from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ucodia authored and David Schovanec committed Nov 1, 2016
1 parent cba39c2 commit b184fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest/processor/package_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export default function(manifest) {
const { name, description, version } = packageConfig

manifest = {
...manifest,
name,
description,
version
version,
...manifest
}

return {manifest}
Expand Down

0 comments on commit b184fa9

Please sign in to comment.