Skip to content

Commit

Permalink
update md-table-tools from 0.1.0 to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed May 10, 2024
1 parent 60562bc commit 36d9f5a
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 9 deletions.
70 changes: 64 additions & 6 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": "joplin-plugin-multimd-table-tools",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@codemirror/state": "6.4.1"
},
"dependencies": {
"@felisdiligens/md-table-tools": "^0.1.0",
"@felisdiligens/md-table-tools": "^0.1.3",
"turndown": "^7.1.2"
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "joplin.plugin.MultiMarkdownTableTools",
"app_min_version": "2.11",
"version": "1.2.0",
"version": "1.2.1",
"name": "MultiMarkdown Table Tools",
"description": "A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!",
"author": "FelisDiligens",
Expand Down

0 comments on commit 36d9f5a

Please sign in to comment.