Comparing version 1.0.4 to 1.1.0
@@ -20,4 +20,3 @@ // node-pdf | ||
// TODO: make out dir customizable | ||
this.outputDirectory = path.dirname(pdfFilePath); | ||
this.outputDirectory = options.outputDirectory || path.dirname(pdfFilePath); | ||
} | ||
@@ -24,0 +23,0 @@ |
{ | ||
"name": "pdf-image", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
8607
202