chore: version bump to 1.2.3 simple as a.b.c

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2015-04-27 19:49:56 +01:00
parent 486aea76b8
commit 9965e4cfaf
+3 -5
View File
@@ -1,7 +1,7 @@
{ {
"name": "generator-react-webpack", "name": "generator-react-webpack",
"version": "1.2.2", "version": "1.2.3",
"description": "Yeoman generator for Facebook's ReactJS, with webpack, livereload, grunt, Flux/Reflux architecture options and support for sass, less or stylus ", "description": "Yeoman generator for ReactJS and Webpack",
"keywords": [ "keywords": [
"yeoman-generator", "yeoman-generator",
"reactjs", "reactjs",
@@ -31,8 +31,6 @@
"yeoman-generator": "^0.17.6" "yeoman-generator": "^0.17.6"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"mocha": "^1.21.4", "mocha": "^1.21.4",
"underscore.string": "^2.3.3" "underscore.string": "^2.3.3"
}, },