Added new version of react-webpack-template as dependency. Now using React 0.14 as base.

This commit is contained in:
Chris
2015-10-12 08:28:43 +02:00
parent 57a2ac9325
commit ca3f923bf0
5 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "generator-react-webpack",
"version": "2.1.0",
"description": "Yeoman generator for using React with Webpack",
"description": "Yeoman generator for using React with Webpack via Babel",
"keywords": [
"yeoman-generator",
"react",
@@ -37,7 +37,7 @@
"test": "mocha"
},
"dependencies": {
"react-webpack-template": "^0.1.0",
"react-webpack-template": "^0.2.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.20.3",
"yeoman-welcome": "^1.0.1"