Comparing version 4.0.2 to 4.0.3
@@ -33,3 +33,3 @@ 'use strict' | ||
const globs = (options.files || []).concat(options._) | ||
const globs = (options.files || []).concat(options._ || []) | ||
if (globs.length === 0) { | ||
@@ -36,0 +36,0 @@ throw new Error('You must pass file patterns in to be processed.') |
{ | ||
"name": "processmd", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Process a directory of markdown and yaml files to JSON files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
49674