Skip to content

Commit

Permalink
Add version to pack details
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Izotov committed Aug 4, 2017
1 parent 6960dca commit bec6255
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/st2-packs/packs-panel.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,12 @@ export default class PacksPanel extends React.Component {
author,
email,
keywords,
repo_url
repo_url,
version
} = packs[selected] || {};

const packMeta = {
version,
author
};

Expand Down

0 comments on commit bec6255

Please sign in to comment.