Updated react-webpack-template dependency to include babel 6 support

This commit is contained in:
Chris 2015-11-17 07:47:30 +01:00
parent 5eee756f3e
commit d2992321e8
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# generator-react-webpack - Changelog
## 3.0.0
___Upgrades___:
1. Updated react-webpack-template to 1.0.0 to include support for babel 6.
## 2.2.7
___Upgrades___:
1. Updated yeoman to 0.21
2. Added some badges for the readme
## 2.2.6
___Upgrades___:

View File

@ -37,7 +37,7 @@
"test": "mocha"
},
"dependencies": {
"react-webpack-template": "^0.3.0",
"react-webpack-template": "^1.0.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.21.0",
"yeoman-welcome": "^1.0.1"