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 30
30
"space-separated-tokens" : " ^1.0.0"
31
31
},
32
32
"devDependencies" : {
33
- "browserify" : " ^13.0 .0" ,
33
+ "browserify" : " ^14.3 .0" ,
34
34
"esmangle" : " ^1.0.0" ,
35
- "nyc" : " ^9.0.1 " ,
36
- "remark-cli" : " ^2 .0.0" ,
37
- "remark-preset-wooorm" : " ^1 .0.0" ,
35
+ "nyc" : " ^10.2.0 " ,
36
+ "remark-cli" : " ^3 .0.0" ,
37
+ "remark-preset-wooorm" : " ^2 .0.0" ,
38
38
"tape" : " ^4.0.0" ,
39
- "xo" : " ^0.17 .0"
39
+ "xo" : " ^0.18 .0"
40
40
},
41
41
"scripts" : {
42
- "build-md" : " remark . --quiet --frail " ,
42
+ "build-md" : " remark . -qfo " ,
43
43
"build-bundle" : " browserify index.js --bare -s hastscript > hastscript.js" ,
44
44
"build-mangle" : " esmangle hastscript.js > hastscript.min.js" ,
45
45
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
56
56
},
57
57
"xo" : {
58
58
"space" : true ,
59
+ "esnext" : false ,
59
60
"rules" : {
60
61
"no-self-compare" : " off" ,
61
62
"guard-for-in" : " off"
65
66
]
66
67
},
67
68
"remarkConfig" : {
68
- "output" : true ,
69
- "presets" : " wooorm"
69
+ "plugins" : [
70
+ " preset-wooorm"
71
+ ]
70
72
}
71
73
}
You can’t perform that action at this time.
0 commit comments