File tree Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
"browserify" : " ^13.0.0" ,
31
31
"esmangle" : " ^1.0.1" ,
32
32
"istanbul" : " ^0.4.0" ,
33
- "remark" : " ^4.0.0" ,
34
- "remark-comment-config" : " ^3.0.0" ,
35
- "remark-github" : " ^4.0.1" ,
36
- "remark-lint" : " ^3.0.0" ,
37
- "remark-usage" : " ^3.0.0" ,
38
- "remark-validate-links" : " ^3.0.0" ,
33
+ "remark-cli" : " ^2.1.0" ,
34
+ "remark-preset-wooorm" : " ^1.0.0" ,
39
35
"tape" : " ^4.4.0" ,
40
36
"xo" : " ^0.17.0"
41
37
},
42
38
"scripts" : {
43
- "build-md" : " remark . --quiet --frail" ,
39
+ "build-md" : " remark . --quiet --frail --output " ,
44
40
"build-bundle" : " browserify index.js --bare -s hastUtilHeading > hast-util-heading.js" ,
45
41
"build-mangle" : " esmangle hast-util-heading.js > hast-util-heading.min.js" ,
46
42
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
54
50
"ignores" : [
55
51
" hast-util-heading.js"
56
52
]
53
+ },
54
+ "remarkConfig" : {
55
+ "presets" : " wooorm"
57
56
}
58
57
}
You can’t perform that action at this time.
0 commit comments