File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 26
26
"vfile-location" : " ^2.0.0"
27
27
},
28
28
"devDependencies" : {
29
- "browserify" : " ^13 .0.1 " ,
29
+ "browserify" : " ^14 .0.0 " ,
30
30
"esmangle" : " ^1.0.1" ,
31
- "nyc" : " ^10 .0.0" ,
31
+ "nyc" : " ^11 .0.0" ,
32
32
"parse5" : " ^3.0.0" ,
33
- "remark-cli" : " ^2 .0.0" ,
34
- "remark-preset-wooorm" : " ^1 .0.0" ,
33
+ "remark-cli" : " ^3 .0.0" ,
34
+ "remark-preset-wooorm" : " ^3 .0.0" ,
35
35
"tape" : " ^4.0.0" ,
36
36
"vfile" : " ^2.0.0" ,
37
- "xo" : " ^0.17 .0"
37
+ "xo" : " ^0.18 .0"
38
38
},
39
39
"scripts" : {
40
- "build-md" : " remark . --quiet --frail " ,
40
+ "build-md" : " remark . -qfo " ,
41
41
"build-bundle" : " browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js" ,
42
42
"build-mangle" : " esmangle hast-util-from-parse5.js > hast-util-from-parse5.min.js" ,
43
43
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
48
48
},
49
49
"xo" : {
50
50
"space" : true ,
51
+ "esnext" : false ,
51
52
"rules" : {
52
53
"guard-for-in" : " off"
53
54
},
62
63
"branches" : 100
63
64
},
64
65
"remarkConfig" : {
65
- "output" : true ,
66
- "presets" : " wooorm"
66
+ "plugins" : [
67
+ " preset-wooorm"
68
+ ]
67
69
}
68
70
}
You can’t perform that action at this time.
0 commit comments