File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 21
21
"dependencies" : {},
22
22
"devDependencies" : {
23
23
"browserify" : " ^13.0.0" ,
24
- "eslint" : " ^2.0.0" ,
25
24
"esmangle" : " ^1.0.0" ,
26
25
"istanbul" : " ^0.4.0" ,
27
- "jscs" : " ^3.0.0" ,
28
- "jscs-jsdoc" : " ^2.0.0" ,
29
- "remark-cli" : " ^1.0.0" ,
30
- "remark-comment-config" : " ^4.0.0" ,
31
- "remark-github" : " ^5.0.0" ,
32
- "remark-lint" : " ^4.0.0" ,
33
- "remark-slug" : " ^4.0.0" ,
34
- "remark-usage" : " ^4.0.0" ,
35
- "remark-validate-links" : " ^4.0.0" ,
36
- "remark-yaml-config" : " ^3.0.0" ,
26
+ "remark-cli" : " ^2.1.0" ,
27
+ "remark-preset-wooorm" : " ^1.0.0" ,
37
28
"tape" : " ^4.0.0" ,
38
29
"xo" : " ^0.17.0"
39
30
},
40
31
"scripts" : {
41
- "build-md" : " remark . --quiet --frail" ,
32
+ "build-md" : " remark . --quiet --frail --output " ,
42
33
"build-bundle" : " browserify index.js --bare -s mdastCommentMarker > mdast-comment-marker.js" ,
43
34
"build-mangle" : " esmangle mdast-comment-marker.js > mdast-comment-marker.min.js" ,
44
35
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
52
43
"ignore" : [
53
44
" mdast-comment-marker.js"
54
45
]
46
+ },
47
+ "remarkConfig" : {
48
+ "presets" : " wooorm"
55
49
}
56
50
}
You can’t perform that action at this time.
0 commit comments