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 29
29
"zwitch" : " ^1.0.0"
30
30
},
31
31
"devDependencies" : {
32
- "browserify" : " ^14 .0.0" ,
32
+ "browserify" : " ^16 .0.0" ,
33
33
"esmangle" : " ^1.0.0" ,
34
34
"hastscript" : " ^3.0.1" ,
35
- "nyc" : " ^11 .0.0" ,
35
+ "nyc" : " ^12 .0.0" ,
36
36
"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" ,
41
41
"tape" : " ^4.0.0" ,
42
- "unified" : " ^6 .0.0" ,
42
+ "unified" : " ^7 .0.0" ,
43
43
"unist-builder" : " ^1.0.2" ,
44
- "xo" : " ^0.18 .0"
44
+ "xo" : " ^0.21 .0"
45
45
},
46
46
"scripts" : {
47
47
"build-md" : " remark . -qfo" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var unified = require('unified');
7
7
var parse = require ( 'remark-parse' ) ;
8
8
var remark2rehype = require ( 'remark-rehype' ) ;
9
9
var stringify = require ( 'rehype-stringify' ) ;
10
- var raw = require ( './ ' ) ;
10
+ var raw = require ( '.' ) ;
11
11
12
12
test ( 'raw' , function ( t ) {
13
13
t . throws (
You can’t perform that action at this time.
0 commit comments