graphql-compose-modules
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -140,2 +140,6 @@ "use strict"; | ||
} | ||
// Skip dir/files started from dot | ||
if (/^\..*/i.test(filename)) { | ||
return false; | ||
} | ||
if (kind === 'file') { | ||
@@ -142,0 +146,0 @@ if ( |
{ | ||
"name": "graphql-compose-modules", | ||
"license": "MIT", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A toolset for construction GraphQL Schema via file structure", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/graphql-compose/graphql-compose-modules", |
Sorry, the diff of this file is not supported yet
58276
719