FIx version 0.11.2

old
@soyjavi 2015-11-02 08:09:28 +07:00
parent ff07d13c99
commit af9b6a2b08
3 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# React Toolbox
[![Build Status](https://travis-ci.org/react-toolbox/react-toolbox.svg?branch=master)](https://travis-ci.org/react-toolbox/react-toolbox)
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/soyjavi/react-toolbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/react-toolbox/react-toolbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
*Current version: [0.7.29]()*
*Current version: [0.11.2]()*
React Toolbox is a set of [React](http://facebook.github.io/react/) components that implement [Google's Material Design specification](https://www.google.com/design/spec/material-design/introduction.html). It's powered by [CSS Modules](https://github.com/css-modules/css-modules) and integrates harmfully with your [Webpack](http://webpack.github.io/) workflow. You can take a tour through our documentation website and try the components live!

View File

@ -57,6 +57,10 @@ module.exports = {
from: 'www/images',
to: 'images'
}], path.resolve(__dirname, './')),
new TransferWebpackPlugin([{
from: 'www/CNAME',
to: '.'
}], path.resolve(__dirname, './')),
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production')

View File

@ -1,6 +1,6 @@
{
"name": "react-toolbox",
"version": "0.10.28",
"version": "0.11.2",
"description": "A set of complementary tools to ReactJS.",
"author": "React Toolbox Team (http://github.com/react-toolbox)",
"contributors": [