commit b62d8cacba073fbe499a8d9a6a6094d7064f8289
parent 4f004dda4699009c83aa4dce651d8b2b2a2742e2
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Sun, 25 Oct 2015 14:42:41 +0300
Update npm packages
Diffstat:
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/package.json b/package.json
@@ -5,7 +5,7 @@
"npm": ">=3.1 <4"
},
"dependencies": {
- "babel-core": "5.8.25",
+ "babel-core": "5.8.29",
"bluebird": "2.10.2",
"classnames": "2.2.0",
"eventemitter3": "1.1.1",
@@ -20,20 +20,20 @@
"react": "0.14.0",
"react-dom": "0.14.0",
"react-routing": "0.0.5",
- "source-map-support": "0.3.2",
+ "source-map-support": "0.3.3",
"superagent": "1.4.0"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
- "babel": "^5.8.23",
+ "babel": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"browser-sync": "^2.9.11",
- "css-loader": "^0.20.2",
+ "css-loader": "^0.21.0",
"csscomb": "^3.1.8",
"del": "^2.0.2",
- "eslint": "^1.7.2",
+ "eslint": "^1.7.3",
"eslint-config-airbnb": "0.1.0",
"eslint-loader": "^1.1.0",
"eslint-plugin-react": "^3.6.3",
@@ -41,13 +41,13 @@
"gaze": "^0.5.2",
"git-repository": "^0.1.1",
"glob": "^5.0.15",
- "jest-cli": "^0.5.10",
- "jscs": "^2.3.5",
+ "jest-cli": "^0.6.1",
+ "jscs": "^2.4.0",
"lodash.merge": "^3.3.2",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"postcss": "^5.0.10",
- "postcss-cssnext": "^2.1.0",
+ "postcss-cssnext": "^2.2.0",
"postcss-import": "^7.1.0",
"postcss-loader": "^0.7.0",
"postcss-nested": "^1.0.0",
diff --git a/src/content/index.jade b/src/content/index.jade
@@ -2,21 +2,21 @@
title: React.js Starter Kit
component: ContentPage
---
-div.row
- div.col-sm-4
+div
+ div
h3 Runtime Components
dl
dt <a href="https://facebook.github.io/react/">React</a>
dd A JavaScript library for building user interfaces, developed by Facebook
dt <a href="http://facebook.github.io/flux/">Flux</a>
dd Application architecture for building user interfaces
- div.col-sm-4
+ div
h3 Development Tools
dl
dt <a href="http://webpack.github.io/">Webpack</a>
dd Compiles front-end source code into modules / bundles
dt <a href="http://www.browsersync.io/">BrowserSync</a>
dd A lightweight HTTP server for development
- div.col-sm-4
+ div
h3 Fork me on GitHub
p <a href="https://github.com/kriasoft/react-starter-kit">github.com/kriasoft/react-starter-kit</a>
diff --git a/src/content/privacy.jade b/src/content/privacy.jade
@@ -3,7 +3,7 @@ title: Privacy Policy
component: ContentPage
---
mixin breadcrumb
- ol.breadcrumb
+ ol
li <a href="/">Home</a>
li <a href="/privacy">Privacy</a>