Comparing version 3.1.0 to 3.1.1
@@ -67,3 +67,3 @@ 'use strict' | ||
try { | ||
fs.watch(commonDir, function(event, filename) { | ||
fs.watch(commonDir, { recursive: true }, function(event, filename) { | ||
d() | ||
@@ -70,0 +70,0 @@ }) |
{ | ||
"name": "processmd", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Process a directory of markdown and yaml files to JSON files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
31370