Skip to content

Commit

Permalink
Add contributors list
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Feb 12, 2020
1 parent 4cd54e9 commit c7365fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rok-talents",
"title": "RoK Talents",
"version": "1.0.2",
"version": "1.0.3",
"dataVersion": 1,
"description": "Rise of Kingdoms talent builder",
"homepage": "http://www.roktalents.com",
Expand All @@ -15,6 +15,10 @@
"email": "[email protected]",
"url": "http://www.simonho.ca"
},
"contributors": [
"Sara Ahmadian",
"Legends Gaming (K1196)"
],
"repository": {
"type": "git",
"url": "https://github.com/sho-87/rok-talents.git",
Expand Down
13 changes: 12 additions & 1 deletion src/Modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ import {
EmailIcon
} from 'react-share';

import { title, author, repository, bugs, version } from '../package.json';
import {
title,
author,
contributors,
repository,
bugs,
version
} from '../package.json';
import './styles/Modals.css';

/**
Expand Down Expand Up @@ -138,6 +145,10 @@ export class AboutModal extends Component {
{author.name}
</a>
</div>
<div>
<span className="about-label">Contributors:</span>{' '}
{contributors.join(', ')}
</div>
{/* <div>
<span className="about-label">Code:</span>{' '}
<a href={repository.url} target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit c7365fe

Please sign in to comment.