Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
Bumping Dependencies
  • Loading branch information
djfdyuruiry authored Jan 30, 2020
1 parent ef521d8 commit 5371a60
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 344 deletions.
2 changes: 2 additions & 0 deletions generate-samples.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /usr/bin/env sh
set -e

rm sample/*

./bin/pretty-md-pdf.js -i README.md -t pdf -o sample/README.pdf
./bin/pretty-md-pdf.js -i README.md -t jpeg -o sample/README.jpeg
./bin/pretty-md-pdf.js -i README.md -t png -o sample/README.png
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pretty-markdown-pdf",
"displayName": "Pretty Markdown PDF",
"description": "Convert Markdown to a Pretty PDF :D",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "djfdyuruiry",
"license": "MIT",
"repository": {
Expand All @@ -20,18 +20,18 @@
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"emoji-images": "^0.1.1",
"highlight.js": "^9.12.0",
"markdown-it": "^9.0.1",
"highlight.js": "^9.18.0",
"markdown-it": "^10.0.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-named-headers": "0.0.4",
"markdown-it-plantuml": "^1.0.0",
"mkdirp": "^0.5.1",
"mustache": "^3.0.1",
"puppeteer": "^1.3.0",
"rimraf": "^2.6.2",
"vscode-uri": "^2.0.3",
"yargs": "^13.2.4"
"mkdirp": "^1.0.3",
"mustache": "^4.0.0",
"puppeteer": "^2.1.0",
"rimraf": "^3.0.1",
"vscode-uri": "^2.1.1",
"yargs": "^15.1.0"
}
}
Binary file modified sample/README.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sample/README.pdf
Binary file not shown.
Binary file modified sample/README.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5371a60

Please sign in to comment.