Skip to content

Commit ec19eb9

Browse files
committed
Prepare v0.0.8
1 parent f443c3b commit ec19eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import commander from 'commander'
33
import path from 'path'
44
import { Convert } from './converter'
55

6-
commander.program.version('0.0.7', '-v, --version', 'output the current version')
6+
commander.program.version('0.0.8', '-v, --version', 'output the current version')
77
commander.program
88
.requiredOption('-s, --source <files_or_dirs...>', 'specify the input markdown files or directories')
99
.addOption(new commander.Option('-d, --destination <path>', 'specify the output directory').default('./output', './output'))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackmd-to-html-cli",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "A cli tool converts hackmd to html",
55
"keywords": [
66
"hackmd",

0 commit comments

Comments
 (0)