File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2929 "zwitch" : " ^1.0.0"
3030 },
3131 "devDependencies" : {
32- "browserify" : " ^14 .0.0" ,
32+ "browserify" : " ^16 .0.0" ,
3333 "esmangle" : " ^1.0.0" ,
3434 "hastscript" : " ^3.0.1" ,
35- "nyc" : " ^11 .0.0" ,
35+ "nyc" : " ^12 .0.0" ,
3636 "rehype-stringify" : " ^3.0.0" ,
37- "remark-cli" : " ^4 .0.0" ,
38- "remark-parse" : " ^4 .0.0" ,
39- "remark-preset-wooorm" : " ^3 .0.0" ,
40- "remark-rehype" : " ^2 .0.0" ,
37+ "remark-cli" : " ^5 .0.0" ,
38+ "remark-parse" : " ^5 .0.0" ,
39+ "remark-preset-wooorm" : " ^4 .0.0" ,
40+ "remark-rehype" : " ^3 .0.0" ,
4141 "tape" : " ^4.0.0" ,
42- "unified" : " ^6 .0.0" ,
42+ "unified" : " ^7 .0.0" ,
4343 "unist-builder" : " ^1.0.2" ,
44- "xo" : " ^0.18 .0"
44+ "xo" : " ^0.21 .0"
4545 },
4646 "scripts" : {
4747 "build-md" : " remark . -qfo" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var unified = require('unified');
77var parse = require ( 'remark-parse' ) ;
88var remark2rehype = require ( 'remark-rehype' ) ;
99var stringify = require ( 'rehype-stringify' ) ;
10- var raw = require ( './ ' ) ;
10+ var raw = require ( '.' ) ;
1111
1212test ( 'raw' , function ( t ) {
1313 t . throws (
You can’t perform that action at this time.
0 commit comments