Skip to content

Commit

Permalink
chore(deps): update dependency @wcj/markdown-to-html to ^3.0.1 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2023
1 parent 5166643 commit 5601c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "husky install",
"package": "npm run build && lerna exec \"ncc build src/action.ts -o dist\" --scope action",
"start": "node packages/cli/lib/cli.js --github-corners-fork --github-corners 'https://jaywcjlove.github.io'",
"start": "node packages/cli/lib/cli.js --github-corners-fork --github-corners 'https://jaywcjlove.github.io' --style='body { margin: 0; }'",
"watch": "lerna exec \"tsbb watch src/*.ts\" --scope markdown-to-html-cli",
"build": "lerna exec \"tsbb build src/*.ts\" --scope markdown-to-html-cli",
"test": "tsbb test",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/minimist": "^1.2.3",
"@uiw/github-corners": "^1.5.15",
"@wcj/markdown-style": "^1.0.25",
"@wcj/markdown-to-html": "^3.0.0",
"@wcj/markdown-to-html": "^3.0.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"image2uri": "^2.1.1",
Expand Down

0 comments on commit 5601c62

Please sign in to comment.