File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends": "xo-space",
3+ "globals": {
4+ "describe": true,
5+ "it": true,
6+ "before": true,
7+ "beforeEach": true,
8+ "afterEach": true
9+ }
10+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var plumber = require('gulp-plumber');
1010var coveralls = require ( 'gulp-coveralls' ) ;
1111
1212gulp . task ( 'static' , function ( ) {
13- return gulp . src ( '**/*.js' )
13+ return gulp . src ( [ '**/*.js' , '!generators/**/templates/**/*.js' ] )
1414 . pipe ( excludeGitignore ( ) )
1515 . pipe ( eslint ( ) )
1616 . pipe ( eslint . format ( ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-fullstack-react" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "description" : " Fullstack react boilerplate production ready." ,
55 "homepage" : " https://github.com/hourliert/generator-fullstack-react" ,
66 "author" : {
1212 "node" : " >=5" ,
1313 "npm" : " >=3.3 <4"
1414 },
15- "files" : [
16- " generators"
17- ],
1815 "main" : " generators/index.js" ,
1916 "keywords" : [
2017 " yeoman-generator" ,
2522 " immutable" ,
2623 " boilerplate"
2724 ],
25+ "files" : [
26+ " generators" ,
27+ " helpers"
28+ ],
2829 "dependencies" : {
2930 "chalk" : " ^1.0.0" ,
3031 "lodash" : " ^4.6.1" ,
You can’t perform that action at this time.
0 commit comments