File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ node ./index.js
5454```
5555
5656### Change Log
57-
57+ - 1.0.11 - jrnewton/github-readme-to-html # 1 - Support for dark mode
5858- 1.0.10 - jrnewton/github-readme-to-html #13 - Breaks on npx: assumes highlight.js is available locally
5959- 1.0.9 - jrnewton/github-readme-to-html #9 - highlightjs support
6060- 1.0.8 - update dependency
Original file line number Diff line number Diff line change 11{
22 "name" : " github-readme-to-html" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "description" : " Generate a simple HTML page based on a single markdown file" ,
55 "main" : " index.js" ,
66 "files" : [
77 " index.js" ,
8- " style.css"
8+ " style.css" ,
9+ " style-dark.css"
910 ],
1011 "bin" : " ./index.js" ,
1112 "dependencies" : {
You can’t perform that action at this time.
0 commit comments