kyt-starter-universal
Advanced tools
Comparing version 0.4.0-rc.1 to 0.4.0-rc.2
{ | ||
"name": "kyt-starter-universal", | ||
"version": "0.4.0-rc.1", | ||
"version": "0.4.0-rc.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -19,3 +19,3 @@ { | ||
"compression": "1.6.2", | ||
"express": "4.14.0", | ||
"express": "4.15.3", | ||
"react": "15.3.0", | ||
@@ -27,5 +27,5 @@ "react-dom": "15.3.0", | ||
"enzyme": "2.4.1", | ||
"kyt": "0.7.0-rc.2", | ||
"kyt": "0.7.0-rc.3", | ||
"react-addons-test-utils": "15.3.0" | ||
} | ||
} |
@@ -11,6 +11,10 @@ import React, { PropTypes } from 'react'; | ||
<li className={styles.navItem}> | ||
<Link className={styles.link} to="/">Home</Link> | ||
<Link className={styles.link} to="/"> | ||
Home | ||
</Link> | ||
</li> | ||
<li className={styles.navItem}> | ||
<Link className={styles.link} to="/tools">Tools</Link> | ||
<Link className={styles.link} to="/tools"> | ||
Tools | ||
</Link> | ||
</li> | ||
@@ -17,0 +21,0 @@ </ul> |
@@ -8,9 +8,8 @@ import React from 'react'; | ||
<p className={styles.paragraph}> | ||
Welcome to the <strong>Universal React Starter-kyt</strong>. | ||
This starter kyt should serve as the base for an advanced, | ||
server-rendered React app. | ||
Welcome to the <strong>Universal React Starter-kyt</strong>. This starter kyt should serve | ||
as the base for an advanced, server-rendered React app. | ||
</p> | ||
<p className={styles.paragraph}> | ||
Check out the Tools section for an outline of the libraries that | ||
are used in this Starter-kyt. | ||
Check out the Tools section for an outline of the libraries that are used in this | ||
Starter-kyt. | ||
</p> | ||
@@ -17,0 +16,0 @@ </section> |
Sorry, the diff of this file is not supported yet
31
689
304433