File tree Expand file tree Collapse file tree 1 file changed +8
-21
lines changed Expand file tree Collapse file tree 1 file changed +8
-21
lines changed Original file line number Diff line number Diff line change 9
9
" util" ,
10
10
" utility"
11
11
],
12
- "files" : [
13
- " index.js"
14
- ],
15
12
"repository" : " https://github.com/wooorm/hast-util-assert" ,
16
13
"bugs" : " https://github.com/wooorm/hast-util-assert/issues" ,
17
14
"author" : " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
18
15
"contributors" : [
19
16
" Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
20
17
],
18
+ "files" : [
19
+ " index.js"
20
+ ],
21
21
"dependencies" : {
22
22
"mapz" : " ^1.0.0" ,
23
23
"unist-util-assert" : " ^1.0.0" ,
27
27
"browserify" : " ^13.0.1" ,
28
28
"esmangle" : " ^1.0.1" ,
29
29
"nyc" : " ^7.0.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-validate-links" : " ^4.0.0" ,
30
+ "remark-cli" : " ^2.1.0" ,
31
+ "remark-preset-wooorm" : " ^1.0.0" ,
35
32
"tape" : " ^4.0.0" ,
36
33
"xo" : " ^0.16.0"
37
34
},
38
35
"scripts" : {
39
- "build-md" : " remark . --quiet --frail" ,
36
+ "build-md" : " remark . --quiet --frail --output " ,
40
37
"build-bundle" : " browserify index.js -s hastUtilAssert > hast-util-assert.js" ,
41
38
"build-mangle" : " esmangle < hast-util-assert.js > hast-util-assert.min.js" ,
42
39
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
53
50
"guard-for-in" : " off"
54
51
},
55
52
"ignores" : [
56
- " hast-util-assert.js" ,
57
- " hast-util-assert.min.js"
53
+ " hast-util-assert.js"
58
54
]
59
55
},
60
56
"nyc" : {
64
60
"branches" : 100
65
61
},
66
62
"remarkConfig" : {
67
- "output" : true ,
68
- "plugins" : [
69
- " comment-config" ,
70
- " github" ,
71
- " lint" ,
72
- " validate-links"
73
- ],
74
- "settings" : {
75
- "bullet" : " *"
76
- }
63
+ "presets" : " wooorm"
77
64
}
78
65
}
You can’t perform that action at this time.
0 commit comments