Skip to content

Commit 6b8a22b

Browse files
committed
Update dev-dependencies
1 parent 6bb1bbe commit 6b8a22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function toNLCST(tree, file, Parser) {
9898
if (is(node, EXPLICIT)) {
9999
add(node)
100100
/* Slightly simplified version of:
101-
* https://html.spec.whatwg.org/#paragraphs */
101+
* https://html.spec.whatwg.org/#paragraphs */
102102
} else if (is(node, FLOW_ACCEPTING)) {
103103
implicit(flattenAll(children))
104104
/* Dig deeper. */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"parse-latin": "^4.0.0",
4242
"prettier": "^1.13.5",
4343
"rehype": "^6.0.0",
44-
"remark-cli": "^5.0.0",
44+
"remark-cli": "^6.0.0",
4545
"remark-preset-wooorm": "^4.0.0",
4646
"tape": "^4.0.0",
4747
"tinyify": "^2.4.3",

0 commit comments

Comments
 (0)