Add yarn
This commit is contained in:
parent
221eaf945c
commit
6b2b6b8593
|
@ -20,6 +20,7 @@
|
||||||
"babel-runtime": "^6.6.1",
|
"babel-runtime": "^6.6.1",
|
||||||
"express": "^4.13.4",
|
"express": "^4.13.4",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
|
"node-sass": "^4.5.3",
|
||||||
"react": "^15.0.1",
|
"react": "^15.0.1",
|
||||||
"react-dom": "^15.0.1",
|
"react-dom": "^15.0.1",
|
||||||
"react-redux": "^4.4.4",
|
"react-redux": "^4.4.4",
|
||||||
|
|
|
@ -3,7 +3,7 @@ import React from 'react';
|
||||||
export const Blog = () => (
|
export const Blog = () => (
|
||||||
<div>
|
<div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h1>Hello</h1>
|
<h1>Blog</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -44,7 +44,7 @@ export default class Home extends Component {
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link to="/blog">
|
<Link to="/blog">
|
||||||
<i className="fa fa-rss" aria-hidden="true" /> Blog
|
<i className="fa fa-pencil-square-o" aria-hidden="true" /> Blog
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"email": "matus@namesny.com",
|
"email": "matus@namesny.com",
|
||||||
"social": {
|
"social": {
|
||||||
"github": "https://github.com/LordMathis",
|
"github": "https://github.com/LordMathis",
|
||||||
"twitter": "https://twitter.com/matus_n"
|
"twitter": "https://twitter.com/matus_n",
|
||||||
|
"linkedin": "https://www.linkedin.com/in/mat%C3%BA%C5%A1-n%C3%A1me%C5%A1n%C3%BD-3903b6128/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue