File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 25
25
"browserify" : " ^13.0.0" ,
26
26
"esmangle" : " ^1.0.1" ,
27
27
"istanbul" : " ^0.4.0" ,
28
- "remark" : " ^4.0.0" ,
29
- "remark-comment-config" : " ^3.0.0" ,
30
- "remark-github" : " ^4.0.1" ,
31
- "remark-lint" : " ^3.0.0" ,
32
- "remark-usage" : " ^3.0.0" ,
33
- "remark-validate-links" : " ^3.0.0" ,
28
+ "remark-cli" : " ^2.1.0" ,
29
+ "remark-preset-wooorm" : " ^1.0.0" ,
34
30
"tape" : " ^4.4.0" ,
35
31
"xo" : " ^0.17.0"
36
32
},
37
33
"scripts" : {
38
- "build-md" : " remark . --quiet --frail" ,
34
+ "build-md" : " remark . --quiet --frail --output " ,
39
35
"build-bundle" : " browserify index.js --bare -s hastUtilIsElement > hast-util-is-element.js" ,
40
36
"build-mangle" : " esmangle hast-util-is-element.js > hast-util-is-element.min.js" ,
41
37
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
49
45
"ignores" : [
50
46
" hast-util-is-element.js"
51
47
]
48
+ },
49
+ "remarkConfig" : {
50
+ "presets" : " wooorm"
52
51
}
53
52
}
You can’t perform that action at this time.
0 commit comments