summaryrefslogtreecommitdiffstats
path: root/lib/constants/configSchema.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants/configSchema.js')
-rw-r--r--lib/constants/configSchema.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/constants/configSchema.js b/lib/constants/configSchema.js
index 9a45bb3..e693977 100644
--- a/lib/constants/configSchema.js
+++ b/lib/constants/configSchema.js
@@ -1,4 +1,4 @@
-var FILENAME_REGEX = '^[a-z-._\d,\s]+$';
+var FILENAME_REGEX = '^[a-zA-Z-._\d,\s]+$';
module.exports = {
'$schema': 'http://json-schema.org/schema#',