@cheesecakelabs/boilerplate
Advanced tools
Comparing version 0.5.10 to 0.6.0
{ | ||
"name": "@cheesecakelabs/boilerplate", | ||
"version": "0.5.10", | ||
"version": "0.6.0", | ||
"description": "boilerplate utils as a module", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -14,2 +14,3 @@ 'use strict'; | ||
var VIEWS_PATH = yargs.argv.views || './src/views'; | ||
var IGNORED_FILES = yargs.argv.ignore && yargs.argv.ignore.split(',') || ['**/**/stories.js']; | ||
@@ -20,3 +21,3 @@ var tests = 0; | ||
return [component, glob.sync(path.join(VIEWS_PATH, component, '**', '*.js'), { | ||
ignore: ['**/**/stories.js'] | ||
ignore: IGNORED_FILES | ||
})]; | ||
@@ -23,0 +24,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13435
265