@cheesecakelabs/boilerplate
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@cheesecakelabs/boilerplate", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "boilerplate utils as a module", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -18,3 +18,5 @@ 'use strict'; | ||
var tree = fs.readdirSync(VIEWS_PATH).map(function (component) { | ||
return [component, glob.sync(path.join(VIEWS_PATH, component, '**', '*.js'))]; | ||
return [component, glob.sync(path.join(VIEWS_PATH, component, '**', '*.js'), { | ||
ignore: ['**/**/stories.js'] | ||
})]; | ||
}); | ||
@@ -21,0 +23,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
13311
264