Skip to content

Commit 4d3b43f

Browse files
committed
Prepare v1.0.0
1 parent 08416e5 commit 4d3b43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cli.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 fs from 'fs'
44
import { Converter } from './converter'
55

6-
commander.program.version('0.0.12', '-v, --version', 'output the current version')
6+
commander.program.version('1.0.0', '-v, --version', 'output the current version')
77
commander.program
88
.requiredOption('-s, --src <files_or_dirs...>', 'specify the input markdown files or directories')
99
.addOption(new commander.Option('-d, --dest <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.12",
3+
"version": "1.0.0",
44
"description": "A node.js CLI tool for converting HackMD markdown to HTML.",
55
"keywords": [
66
"hackmd",

0 commit comments

Comments
 (0)