File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 28
28
"browserify" : " ^13.0.0" ,
29
29
"esmangle" : " ^1.0.0" ,
30
30
"istanbul" : " ^0.4.0" ,
31
- "remark" : " ^5.0.0" ,
32
- "remark-cli" : " ^1.0.0" ,
33
- "remark-comment-config" : " ^4.0.0" ,
34
- "remark-github" : " ^5.0.0" ,
35
- "remark-lint" : " ^4.0.0" ,
36
- "remark-toc" : " ^3.0.0" ,
37
- "remark-usage" : " ^4.0.0" ,
38
- "remark-validate-links" : " ^4.0.0" ,
31
+ "remark" : " ^6.0.0" ,
32
+ "remark-cli" : " ^2.0.0" ,
33
+ "remark-preset-wooorm" : " ^1.0.0" ,
39
34
"tape" : " ^4.4.0" ,
40
35
"xo" : " ^0.17.1"
41
36
},
42
37
"scripts" : {
43
- "build-md" : " remark . --quiet --frail" ,
38
+ "build-md" : " remark . --quiet --frail --output " ,
44
39
"build-bundle" : " browserify index.js --no-builtins -s mdastUtilHeadingRange > mdast-util-heading-range.js" ,
45
40
"build-mangle" : " esmangle mdast-util-heading-range.js > mdast-util-heading-range.min.js" ,
46
41
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
54
49
"ignore" : [
55
50
" mdast-util-heading-range.js"
56
51
]
52
+ },
53
+ "remarkConfig" : {
54
+ "presets" : " wooorm"
57
55
}
58
56
}
You can’t perform that action at this time.
0 commit comments