mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Fixes for Travis build tests failing
Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
parent
82b9131275
commit
c125913f16
@ -10,8 +10,8 @@ util.inherits(ComponentGenerator, ScriptBase);
|
|||||||
|
|
||||||
ComponentGenerator.prototype.createComponentFile = function createComponentFile() {
|
ComponentGenerator.prototype.createComponentFile = function createComponentFile() {
|
||||||
this.generateSourceAndTest(
|
this.generateSourceAndTest(
|
||||||
'component',
|
'Component',
|
||||||
'spec/component',
|
'spec/Component',
|
||||||
'components'
|
'components'
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@ -9,5 +9,5 @@ var MainGenerator = module.exports = function MainGenerator(args, options, confi
|
|||||||
util.inherits(MainGenerator, ScriptBase);
|
util.inherits(MainGenerator, ScriptBase);
|
||||||
|
|
||||||
MainGenerator.prototype.createAppFile = function createAppFile() {
|
MainGenerator.prototype.createAppFile = function createAppFile() {
|
||||||
this.appTemplate('app', 'scripts/components/'+this.scriptAppName);
|
this.appTemplate('App', 'scripts/components/'+this.scriptAppName);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user