File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed 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 hastUtilEmbedded > hast-util-embedded.js" ,
45
41
"build-mangle" : " esmangle hast-util-embedded.js > hast-util-embedded.min.js" ,
46
42
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
54
50
"ignore" : [
55
51
" hast-util-embedded.js"
56
52
]
53
+ },
54
+ "remarkConfig" : {
55
+ "presets" : " wooorm"
57
56
}
58
57
}
Original file line number Diff line number Diff line change 1
1
# hast-util-embedded [ ![ Build Status] [ build-badge ]] [ build-page ] [ ![ Coverage Status] [ coverage-badge ]] [ coverage-page ]
2
2
3
- Check if a [ node] [ ] is a [ ** embedded** ] [ spec ] [ element] [ ] .
3
+ Check if a [ node] [ ] is an [ ** embedded** ] [ spec ] [ element] [ ] .
4
4
5
5
## Installation
6
6
You can’t perform that action at this time.
0 commit comments