Adjusted generator for updated yeoman-generator to 0.22.x

This commit is contained in:
Chris
2015-12-18 08:44:42 +01:00
parent cb98c7e528
commit 60bf2aae3a
5 changed files with 15 additions and 9 deletions
+4 -2
View File
@@ -42,7 +42,7 @@
"dependencies": {
"react-webpack-template": "^1.0.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.21.0",
"yeoman-generator": "^0.22.0",
"yeoman-welcome": "^1.0.1",
"esprima": "^2.7.0",
"esprima-walk": "^0.1.0",
@@ -50,7 +50,9 @@
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.2"
"mocha": "^2.3.2",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0"
},
"engines": {
"node": ">=4.0.0",