From a66ec179c9afe3393a9ef12f5fc9f58cda7d4105 Mon Sep 17 00:00:00 2001 From: Simon Bailey Date: Thu, 5 Feb 2015 14:00:32 +0000 Subject: [PATCH] fix: fixes #44 Signed-off-by: Simon Bailey --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index 928ee67..196a2b3 100644 --- a/app/index.js +++ b/app/index.js @@ -31,7 +31,7 @@ var ReactWebpackGenerator = module.exports = function ReactWebpackGenerator(args }); this.on('end', function () { - this.installDependencies({ skipInstall: options['skip-install'] }); + this.installDependencies({ skipInstall: options['skip-install'], bower: false }); });