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 "hast-util-is-element" : " ^1.0.0"
2828 },
2929 "devDependencies" : {
30- "browserify" : " ^13 .0.0" ,
30+ "browserify" : " ^14 .0.0" ,
3131 "esmangle" : " ^1.0.0" ,
3232 "hastscript" : " ^3.0.1" ,
3333 "nyc" : " ^10.0.0" ,
34- "remark-cli" : " ^2 .0.0" ,
35- "remark-preset-wooorm" : " ^1 .0.0" ,
34+ "remark-cli" : " ^3 .0.0" ,
35+ "remark-preset-wooorm" : " ^2 .0.0" ,
3636 "tape" : " ^4.4.0" ,
3737 "unist-builder" : " ^1.0.2" ,
38- "xo" : " ^0.17 .0"
38+ "xo" : " ^0.18 .0"
3939 },
4040 "scripts" : {
41- "build-md" : " remark . --quiet --frail " ,
41+ "build-md" : " remark . -qfo " ,
4242 "build-bundle" : " browserify index.js -s hastUtilPhrasing > hast-util-phrasing.js" ,
4343 "build-mangle" : " esmangle hast-util-phrasing.js > hast-util-phrasing.min.js" ,
4444 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
5555 },
5656 "xo" : {
5757 "space" : true ,
58+ "esnext" : false ,
5859 "ignores" : [
5960 " hast-util-phrasing.js"
6061 ]
6162 },
6263 "remarkConfig" : {
63- "output" : true ,
64- "presets" : " wooorm"
64+ "plugins" : [
65+ " preset-wooorm"
66+ ]
6567 }
6668}
You can’t perform that action at this time.
0 commit comments