Skip to content

Commit

Permalink
build(deps): bump posthtml-parser from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Nov 24, 2020
1 parent bcd7fe7 commit d16f882
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"markdown-it": "^12.0.2",
"min-indent": "^1.0.0",
"posthtml": "^0.15.0",
"posthtml-parser": "^0.5.1",
"posthtml-parser": "^0.6.0",
"posthtml-render": "^1.2.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/expected/code.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>Heading</h1>
<pre><code class="language-js">function () {
console.log("Hello")
console.log(&quot;Hello&quot;)
}
</code></pre>

0 comments on commit d16f882

Please sign in to comment.