File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
coverage /
2
2
unist-util-size.js
3
3
unist-util-size.min.js
4
+ * .json
5
+ * .md
Original file line number Diff line number Diff line change 32
32
"browserify" : " ^16.0.0" ,
33
33
"hastscript" : " ^5.0.0" ,
34
34
"nyc" : " ^15.0.0" ,
35
- "prettier" : " ^1 .0.0" ,
36
- "remark-cli" : " ^7 .0.0" ,
37
- "remark-preset-wooorm" : " ^6 .0.0" ,
38
- "tape" : " ^4 .0.0" ,
35
+ "prettier" : " ^2 .0.0" ,
36
+ "remark-cli" : " ^8 .0.0" ,
37
+ "remark-preset-wooorm" : " ^7 .0.0" ,
38
+ "tape" : " ^5 .0.0" ,
39
39
"tinyify" : " ^2.0.0" ,
40
- "xo" : " ^0.25 .0"
40
+ "xo" : " ^0.32 .0"
41
41
},
42
42
"scripts" : {
43
- "format" : " remark . -qfo && prettier --write \" **/*.js \" && xo --fix" ,
43
+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
44
44
"build-bundle" : " browserify . -s unistUtilSize > unist-util-size.js" ,
45
45
"build-mangle" : " browserify . -s unistUtilSize -p tinyify > unist-util-size.min.js" ,
46
46
"build" : " npm run build-bundle && npm run build-mangle" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var test = require('tape')
4
4
var h = require ( 'hastscript' )
5
5
var size = require ( '.' )
6
6
7
- test ( 'unist-util-size' , function ( t ) {
7
+ test ( 'unist-util-size' , function ( t ) {
8
8
var tree = h ( 'div' , [
9
9
h ( 'p' , [
10
10
'Some ' ,
You can’t perform that action at this time.
0 commit comments