From fdfd34dcddb51acd7b40cddc4d455858d5d24de0 Mon Sep 17 00:00:00 2001 From: Calvin Lai Date: Thu, 11 Jan 2018 13:23:28 -0500 Subject: [PATCH] bump to v6.0.0 --- README.md | 12 +++++++++--- package.json | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2a3dd3..74a8521 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # universal-react-redux -A simple, clean, React and Redux boilerplate with sensible defaults. Server -rendering with react and express. Bundled with Webpack, with HMR transforms and -support for `css-modules`. +A universal React/Redux boilerplate with sensible defaults. Out of the box, this +boilerplate comes with: + +- Server-side rendering with Express +- Sane [webpack configurations](webpack/) +- JS hot reloading with `react-hot-loader` and `webpack-dev-server` +- CSS, SASS and `css-modules` support with hot reloading and no [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) (`css-hot-loader`) +- Routing with `react-router-v4` +- Full production builds that do not rely on `babel`. ## Get started diff --git a/package.json b/package.json index e3ac592..92d6247 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "universal-react-redux", - "description": "A universal starter kit built with ES2015, react, react-router and redux. Server rendering with react and express. Bundled with Webpack with HMR transforms and css-modules support.", - "version": "5.0.0", + "description": "Universal React/Redux boilerplate with sensible defaults.", + "version": "6.0.0", "license": "MIT", "main": "client/index.js", "repository": {