File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module.exports = listItem
55var is = require ( 'hast-util-is-element' )
66var wrapChildren = require ( '../util/wrap-children' )
77
8- // eslint-disable-next-line complexity
98function listItem ( h , node ) {
109 var children = node . children
1110 var head = children [ 0 ]
Original file line number Diff line number Diff line change 3636 },
3737 "devDependencies" : {
3838 "hastscript" : " ^5.0.0" ,
39- "is-hidden" : " ^1.1 .0" ,
40- "mdast-util-assert" : " ^1 .0.0" ,
39+ "is-hidden" : " ^1.01 .0" ,
40+ "mdast-util-assert" : " ^2 .0.0" ,
4141 "negate" : " ^1.0.0" ,
42- "nyc" : " ^13 .0.0" ,
43- "prettier" : " ^1.13.5 " ,
44- "rehype-parse" : " ^5 .0.0" ,
42+ "nyc" : " ^14 .0.0" ,
43+ "prettier" : " ^1.0.0 " ,
44+ "rehype-parse" : " ^6 .0.0" ,
4545 "remark-cli" : " ^6.0.0" ,
4646 "remark-parse" : " ^6.0.0" ,
47- "remark-preset-wooorm" : " ^4 .0.0" ,
47+ "remark-preset-wooorm" : " ^5 .0.0" ,
4848 "remark-stringify" : " ^6.0.0" ,
49- "tape" : " ^4.6.3 " ,
49+ "tape" : " ^4.0.0 " ,
5050 "unified" : " ^7.0.0" ,
51- "unist-builder" : " ^1.0.2 " ,
52- "unist-util-remove-position" : " ^1.1 .0" ,
53- "xo" : " ^0.23 .0"
51+ "unist-builder" : " ^1.0.0 " ,
52+ "unist-util-remove-position" : " ^1.0 .0" ,
53+ "xo" : " ^0.24 .0"
5454 },
5555 "scripts" : {
5656 "format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
You can’t perform that action at this time.
0 commit comments