File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2424 ],
2525 "dependencies" : {},
2626 "devDependencies" : {
27- "browserify" : " ^14 .0.0" ,
27+ "browserify" : " ^16 .0.0" ,
2828 "esmangle" : " ^1.0.1" ,
2929 "nyc" : " ^11.0.0" ,
30- "remark-cli" : " ^4 .0.0" ,
31- "remark-preset-wooorm" : " ^3 .0.0" ,
30+ "remark-cli" : " ^5 .0.0" ,
31+ "remark-preset-wooorm" : " ^4 .0.0" ,
3232 "tape" : " ^4.0.0" ,
33- "xo" : " ^0.18.1 "
33+ "xo" : " ^0.20.0 "
3434 },
3535 "scripts" : {
3636 "build-md" : " remark . -qfo" ,
4646 "space" : true ,
4747 "esnext" : false ,
4848 "rules" : {
49+ "guard-for-in" : " off" ,
50+ "no-var" : " off" ,
51+ "prefer-arrow-callback" : " off" ,
4952 "unicorn/prefer-type-error" : " off"
5053 },
5154 "ignore" : [
Original file line number Diff line number Diff line change 11'use strict' ;
22
33var test = require ( 'tape' ) ;
4- var is = require ( './ ' ) ;
4+ var is = require ( '.' ) ;
55
66test ( 'unist-util-is' , function ( t ) {
77 var node = { type : 'strong' } ;
You can’t perform that action at this time.
0 commit comments