File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ function parse(selector) {
31
31
if ( className ) {
32
32
className . push ( subvalue ) ;
33
33
} else {
34
- className = props . className = [ subvalue ] ;
34
+ className = [ subvalue ] ;
35
+ props . className = className ;
35
36
}
36
37
} else if ( type === hash ) {
37
38
props . id = subvalue ;
Original file line number Diff line number Diff line change 22
22
],
23
23
"dependencies" : {},
24
24
"devDependencies" : {
25
- "browserify" : " ^13 .0.0" ,
25
+ "browserify" : " ^14 .0.0" ,
26
26
"esmangle" : " ^1.0.0" ,
27
27
"nyc" : " ^10.0.0" ,
28
- "remark-cli" : " ^2.1 .0" ,
29
- "remark-preset-wooorm" : " ^1 .0.0" ,
28
+ "remark-cli" : " ^3.0 .0" ,
29
+ "remark-preset-wooorm" : " ^2 .0.0" ,
30
30
"tape" : " ^4.0.0" ,
31
- "xo" : " ^0.17 .0"
31
+ "xo" : " ^0.18 .0"
32
32
},
33
33
"scripts" : {
34
34
"build-md" : " remark . --quiet --frail --output" ,
42
42
},
43
43
"xo" : {
44
44
"space" : true ,
45
+ "esnext" : false ,
45
46
"rules" : {
46
47
"max-depth" : " off"
47
48
},
56
57
"branches" : 100
57
58
},
58
59
"remarkConfig" : {
59
- "presets" : " wooorm"
60
+ "plugins" : [
61
+ " preset-wooorm"
62
+ ]
60
63
}
61
64
}
You can’t perform that action at this time.
0 commit comments