Skip to content

Commit

Permalink
Merge pull request #8 from Winbee/fix-margin-top-and-bottom
Browse files Browse the repository at this point in the history
Fix margin top and bottom
  • Loading branch information
Winbee authored Oct 15, 2022
2 parents 9cb0f5e + feb60b9 commit 1e1f60c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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": "joplin-plugin-turn-to-chart",
"version": "1.8.0",
"version": "1.8.1",
"homepage": "https://github.com/Winbee/joplin-turn-to-chart",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
Expand Down Expand Up @@ -33,6 +33,6 @@
"yargs": "^16.2.0"
},
"dependencies": {
"turn-to-chart": "^0.0.2"
"turn-to-chart": "^0.0.3"
}
}
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": "net.gagnepain.turnToChart",
"app_min_version": "2.8",
"version": "1.8.0",
"version": "1.8.1",
"name": "turnToChart",
"description": "Transform markdown table into d3js chart",
"author": "Samuel Gagnepain",
Expand Down

0 comments on commit 1e1f60c

Please sign in to comment.