Skip to content

Commit

Permalink
fix: update markdown-vscode-contributions to v1.0.4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoek authored Mar 14, 2023
1 parent 5b4ef97 commit e24dfd5
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 22 deletions.
8 changes: 4 additions & 4 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions node_modules/markdown-vscode-contributions/dist/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions node_modules/markdown-vscode-contributions/dist/esm/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/markdown-vscode-contributions/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-vscode-contributions-action",
"version": "1.0.7",
"version": "1.0.8",
"description": "Github Action that updates a markdown file using the Markdown VSCode Contributions package",
"license": "MIT",
"type": "module",
Expand All @@ -12,6 +12,6 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"markdown-vscode-contributions": "1.0.3"
"markdown-vscode-contributions": "1.0.4"
}
}

0 comments on commit e24dfd5

Please sign in to comment.