Commit 06b2635 1 parent 9012bad commit 06b2635 Copy full SHA for 06b2635
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
"hast-util-raw" : " ^2.0.0"
23
23
},
24
24
"devDependencies" : {
25
- "browserify" : " ^14.1 .0" ,
25
+ "browserify" : " ^16.0 .0" ,
26
26
"esmangle" : " ^1.0.0" ,
27
- "nyc" : " ^11 .0.0" ,
28
- "rehype-stringify" : " ^3 .0.0" ,
29
- "remark-cli" : " ^4 .0.0" ,
30
- "remark-parse" : " ^4 .0.0" ,
31
- "remark-preset-wooorm" : " ^3 .0.0" ,
32
- "remark-rehype" : " ^2 .0.0" ,
27
+ "nyc" : " ^12 .0.0" ,
28
+ "rehype-stringify" : " ^4 .0.0" ,
29
+ "remark-cli" : " ^5 .0.0" ,
30
+ "remark-parse" : " ^5 .0.0" ,
31
+ "remark-preset-wooorm" : " ^4 .0.0" ,
32
+ "remark-rehype" : " ^3 .0.0" ,
33
33
"tape" : " ^4.0.0" ,
34
- "unified" : " ^6 .0.0" ,
35
- "xo" : " ^0.18 .0"
34
+ "unified" : " ^7 .0.0" ,
35
+ "xo" : " ^0.21 .0"
36
36
},
37
37
"scripts" : {
38
38
"build-md" : " remark . -qfo" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var unified = require('unified');
5
5
var parse = require ( 'remark-parse' ) ;
6
6
var remark2rehype = require ( 'remark-rehype' ) ;
7
7
var stringify = require ( 'rehype-stringify' ) ;
8
- var raw = require ( './ ' ) ;
8
+ var raw = require ( '.' ) ;
9
9
10
10
test ( 'integration' , function ( t ) {
11
11
unified ( )
You can’t perform that action at this time.
0 commit comments