File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3030 "has" : " ^1.0.1" ,
3131 "nlcst-to-string" : " ^2.0.0" ,
3232 "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" ,
3636 "rimraf" : " ^2.5.4" ,
3737 "tape" : " ^4.0.0" ,
3838 "to-vfile" : " ^2.0.0" ,
4141 "xo" : " ^0.17.1"
4242 },
4343 "scripts" : {
44- "build-md" : " remark . --quiet --frail " ,
44+ "build-md" : " remark . -qfo " ,
4545 "build" : " npm run build-md" ,
4646 "lint" : " xo" ,
4747 "test-api" : " node test" ,
5858 "space" : true
5959 },
6060 "remarkConfig" : {
61- "output" : true ,
62- "presets" : " wooorm"
61+ "plugins" : [" preset-wooorm" ]
6362 }
6463}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var diff = require('..');
88module . exports = retext ( )
99 . use ( lorem )
1010 . use ( diff )
11- . abstract ( ) ;
11+ . freeze ( ) ;
1212
1313function lorem ( ) {
1414 return transformer ;
You can’t perform that action at this time.
0 commit comments