@liustack/pagepress 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -524,7 +524,7 @@ const command = new Command("shot").description("Capture HTML to PNG image").req
|
|
|
524
524
|
}
|
|
525
525
|
});
|
|
526
526
|
const program = new Command();
|
|
527
|
-
program.name("pagepress").description("Convert web pages and Markdown to PDF and images").version("0.6.
|
|
527
|
+
program.name("pagepress").description("Convert web pages and Markdown to PDF and images").version("0.6.1");
|
|
528
528
|
program.addCommand(command$1);
|
|
529
529
|
program.addCommand(command);
|
|
530
530
|
program.parse();
|