File tree 2 files changed +6
-20
lines changed
2 files changed +6
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 27
27
"browserify" : " ^13.0.1" ,
28
28
"esmangle" : " ^1.0.1" ,
29
29
"istanbul" : " ^0.4.0" ,
30
- "remark-cli" : " ^1.0.0" ,
31
- "remark-comment-config" : " ^4.0.0" ,
32
- "remark-github" : " ^5.0.0" ,
33
- "remark-lint" : " ^4.0.0" ,
34
- "remark-usage" : " ^4.0.0" ,
35
- "remark-validate-links" : " ^4.0.0" ,
30
+ "remark-cli" : " ^2.0.0" ,
31
+ "remark-preset-wooorm" : " ^1.0.0" ,
36
32
"tape" : " ^4.0.0" ,
37
33
"unist-builder" : " ^1.0.1" ,
38
34
"xo" : " ^0.17.1"
39
35
},
40
36
"scripts" : {
41
- "build-md" : " remark . --quiet --frail" ,
37
+ "build-md" : " remark . --quiet --frail --output " ,
42
38
"build-bundle" : " browserify index.js --bare -s nlcstToString > nlcst-to-string.js" ,
43
39
"build-mangle" : " esmangle nlcst-to-string.js > nlcst-to-string.min.js" ,
44
40
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
52
48
"ignore" : [
53
49
" nlcst-to-string.js"
54
50
]
51
+ },
52
+ "remarkConfig" : {
53
+ "presets" : " wooorm"
55
54
}
56
55
}
You can’t perform that action at this time.
0 commit comments