Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 25, 2022
1 parent 6e50f05 commit f02e6f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"watch": "lerna exec --scope @wcj/html-to-markdown -- tsbb watch --disable-babel",
"build:cli": "lerna exec --scope @wcj/html-to-markdown-cli -- tsbb build --disable-babel --no-esm -f src/cli.ts",
"watch:cli": "lerna exec --scope @wcj/html-to-markdown-cli -- tsbb watch --disable-babel --no-esm -f src/cli.ts",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"test": "tsbb test",
"coverage": "tsbb test --coverage",
"start": "idoc --watch",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/html-to-markdown-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Command line tool for html conversion markdown.",
"author": "jaywcjlove",
"type": "module",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@types/minimist": "~1.2.2",
"@wcj/html-to-markdown": "1.0.0",
"@wcj/html-to-markdown": "1.0.1",
"fs-extra": "~10.1.0",
"minimist": "~1.2.6",
"node-fetch": "^3.2.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/html-to-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/html-to-markdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "html conversion tool to markdown.",
"main": "./lib/index.js",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {
"rehype": "^12.0.1",
"rehype-remark": "^9.1.2",
"rehype-ignore": "^1.0.1",
"rehype-format": "^4.0.1",
"rehype-ignore": "^1.0.1",
"rehype-remark": "^9.1.2",
"rehype-video": "^1.2.2",
"remark-gfm": "^3.0.1",
"remark-stringify": "^10.0.2",
Expand Down

0 comments on commit f02e6f7

Please sign in to comment.