File tree Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Expand file tree Collapse file tree 1 file changed +10
-23
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/unist-util-assert" ,
16
13
"bugs" : " https://github.com/wooorm/unist-util-assert/issues" ,
17
14
"author" : " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
22
19
"x-is-array" : " ^0.1.0" ,
23
20
"x-is-object" : " ^0.1.0"
24
21
},
22
+ "files" : [
23
+ " index.js"
24
+ ],
25
25
"devDependencies" : {
26
26
"browserify" : " ^13.0.1" ,
27
27
"esmangle" : " ^1.0.1" ,
28
- "nyc" : " ^7.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-validate-links" : " ^4.0.0" ,
28
+ "nyc" : " ^9.0.1" ,
29
+ "remark-cli" : " ^2.0.0" ,
30
+ "remark-preset-wooorm" : " ^1.0.0" ,
34
31
"tape" : " ^4.0.0" ,
35
- "xo" : " ^0.16 .0"
32
+ "xo" : " ^0.17 .0"
36
33
},
37
34
"scripts" : {
38
- "build-md" : " remark . --quiet --frail " ,
35
+ "build-md" : " remark . -qfo " ,
39
36
"build-bundle" : " browserify index.js -s unistUtilAssert > unist-util-assert.js" ,
40
37
"build-mangle" : " esmangle < unist-util-assert.js > unist-util-assert.min.js" ,
41
38
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
51
48
"eqeqeq" : " off"
52
49
},
53
50
"ignores" : [
54
- " unist-util-assert.js" ,
55
- " unist-util-assert.min.js"
51
+ " unist-util-assert.js"
56
52
]
57
53
},
58
54
"nyc" : {
62
58
"branches" : 100
63
59
},
64
60
"remarkConfig" : {
65
- "output" : true ,
66
- "plugins" : [
67
- " comment-config" ,
68
- " github" ,
69
- " lint" ,
70
- " validate-links"
71
- ],
72
- "settings" : {
73
- "bullet" : " *"
74
- }
61
+ "presets" : " wooorm"
75
62
}
76
63
}
You can’t perform that action at this time.
0 commit comments