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 2727 "zwitch" : " ^1.0.0"
2828 },
2929 "devDependencies" : {
30- "browserify" : " ^13 .0.1 " ,
30+ "browserify" : " ^14 .0.0 " ,
3131 "esmangle" : " ^1.0.1" ,
3232 "nyc" : " ^10.0.0" ,
3333 "parse5" : " ^3.0.0" ,
34- "remark-cli" : " ^2.1 .0" ,
35- "remark-preset-wooorm" : " ^1 .0.0" ,
34+ "remark-cli" : " ^3.0 .0" ,
35+ "remark-preset-wooorm" : " ^2 .0.0" ,
3636 "tape" : " ^4.0.0" ,
37- "xo" : " ^0.17 .0"
37+ "xo" : " ^0.18 .0"
3838 },
3939 "scripts" : {
4040 "build-md" : " remark . --quiet --frail --output" ,
4848 },
4949 "xo" : {
5050 "space" : true ,
51+ "esnext" : false ,
5152 "rules" : {
5253 "guard-for-in" : " off"
5354 },
5455 "ignores" : [
55- " hast-util-to-parse5.js" ,
56- " hast-util-to-parse5.min.js"
56+ " hast-util-to-parse5.js"
5757 ]
5858 },
5959 "nyc" : {
6363 "branches" : 100
6464 },
6565 "remarkConfig" : {
66- "presets" : " wooorm"
66+ "plugins" : [
67+ " preset-wooorm"
68+ ]
6769 }
6870}
You can’t perform that action at this time.
0 commit comments