File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 41
41
"negate" : " ^1.0.0" ,
42
42
"nyc" : " ^11.0.0" ,
43
43
"rehype-parse" : " ^4.0.0" ,
44
+ "remark-cli" : " ^4.0.0" ,
44
45
"remark-parse" : " ^4.0.0" ,
46
+ "remark-preset-wooorm" : " ^3.0.0" ,
45
47
"remark-stringify" : " ^4.0.0" ,
46
48
"tape" : " ^4.6.3" ,
47
49
"unified" : " ^6.1.0" ,
50
52
"xo" : " ^0.18.1"
51
53
},
52
54
"scripts" : {
55
+ "build" : " remark *.md -qfo" ,
53
56
"lint" : " xo" ,
54
57
"test-api" : " node tests" ,
55
58
"test-coverage" : " nyc --reporter lcov tape tests/index.js" ,
56
- "test" : " npm run lint && npm run test-coverage"
59
+ "test" : " npm run build && npm run lint && npm run test-coverage"
57
60
},
58
61
"nyc" : {
59
62
"check-coverage" : true ,
67
70
"rules" : {
68
71
"no-multi-assign" : " off"
69
72
}
73
+ },
74
+ "remarkConfig" : {
75
+ "plugins" : [
76
+ " preset-wooorm"
77
+ ]
70
78
}
71
79
}
You can’t perform that action at this time.
0 commit comments