File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 23
23
"xtend" : " ^4.0.1"
24
24
},
25
25
"devDependencies" : {
26
- "browserify" : " ^13 .0.1 " ,
26
+ "browserify" : " ^14 .0.0 " ,
27
27
"deepmerge" : " ^1.2.0" ,
28
28
"esmangle" : " ^1.0.1" ,
29
29
"hast-util-to-html" : " ^3.0.0" ,
30
30
"hastscript" : " ^3.0.0" ,
31
31
"nyc" : " ^10.0.0" ,
32
- "remark-cli" : " ^2 .0.0" ,
33
- "remark-preset-wooorm" : " ^1 .0.0" ,
32
+ "remark-cli" : " ^3 .0.0" ,
33
+ "remark-preset-wooorm" : " ^2 .0.0" ,
34
34
"tape" : " ^4.0.0" ,
35
35
"unist-builder" : " ^1.0.1" ,
36
- "xo" : " ^0.17 .0"
36
+ "xo" : " ^0.18 .0"
37
37
},
38
38
"scripts" : {
39
- "build-md" : " remark . --quiet --frail " ,
39
+ "build-md" : " remark . -qfo " ,
40
40
"build-bundle" : " browserify index.js --bare -s hastUtilSanitize > hast-util-sanitize.js" ,
41
41
"build-mangle" : " esmangle hast-util-sanitize.js > hast-util-sanitize.min.js" ,
42
42
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
53
53
},
54
54
"xo" : {
55
55
"space" : true ,
56
+ "esnext" : false ,
56
57
"rules" : {
57
58
"no-negated-condition" : " off" ,
58
59
"guard-for-in" : " off"
62
63
]
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