File tree 2 files changed +6
-7
lines changed 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 30
30
"has" : " ^1.0.1" ,
31
31
"nlcst-to-string" : " ^2.0.0" ,
32
32
"nyc" : " ^10.1.0" ,
33
- "remark-cli" : " ^2 .0.0" ,
34
- "remark-preset-wooorm" : " ^1 .0.0" ,
35
- "retext" : " ^4 .0.0" ,
33
+ "remark-cli" : " ^3 .0.0" ,
34
+ "remark-preset-wooorm" : " ^2 .0.0" ,
35
+ "retext" : " ^5 .0.0" ,
36
36
"rimraf" : " ^2.5.4" ,
37
37
"tape" : " ^4.0.0" ,
38
38
"to-vfile" : " ^2.0.0" ,
41
41
"xo" : " ^0.17.1"
42
42
},
43
43
"scripts" : {
44
- "build-md" : " remark . --quiet --frail " ,
44
+ "build-md" : " remark . -qfo " ,
45
45
"build" : " npm run build-md" ,
46
46
"lint" : " xo" ,
47
47
"test-api" : " node test" ,
58
58
"space" : true
59
59
},
60
60
"remarkConfig" : {
61
- "output" : true ,
62
- "presets" : " wooorm"
61
+ "plugins" : [" preset-wooorm" ]
63
62
}
64
63
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var diff = require('..');
8
8
module . exports = retext ( )
9
9
. use ( lorem )
10
10
. use ( diff )
11
- . abstract ( ) ;
11
+ . freeze ( ) ;
12
12
13
13
function lorem ( ) {
14
14
return transformer ;
You can’t perform that action at this time.
0 commit comments