File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11coverage /
2+ * .json
3+ * .md
Original file line number Diff line number Diff line change 4040 "@types/mdast" : " ^3.0.0" ,
4141 "dtslint" : " ^3.0.0" ,
4242 "nyc" : " ^15.0.0" ,
43- "prettier" : " ^1 .0.0" ,
44- "remark-cli" : " ^7 .0.0" ,
45- "remark-preset-wooorm" : " ^6 .0.0" ,
46- "tape" : " ^4 .0.0" ,
47- "xo" : " ^0.26 .0"
43+ "prettier" : " ^2 .0.0" ,
44+ "remark-cli" : " ^8 .0.0" ,
45+ "remark-preset-wooorm" : " ^7 .0.0" ,
46+ "tape" : " ^5 .0.0" ,
47+ "xo" : " ^0.32 .0"
4848 },
4949 "scripts" : {
50- "format" : " remark . -qfo && prettier --write \" **/*.js \" && xo --fix" ,
50+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
5151 "test-api" : " node test" ,
5252 "test-coverage" : " nyc --reporter lcov tape test.js" ,
5353 "test-types" : " dtslint types" ,
6969 },
7070 "xo" : {
7171 "prettier" : true ,
72- "esnext" : false
72+ "esnext" : false ,
73+ "ignore" : [
74+ " types/"
75+ ]
7376 },
7477 "remarkConfig" : {
7578 "plugins" : [
Original file line number Diff line number Diff line change 33var test = require ( 'tape' )
44var u = require ( '.' )
55
6- test ( function ( t ) {
6+ test ( function ( t ) {
77 t . deepEqual (
88 u ( 'root' , [
99 u ( 'subtree' , { id : 1 } ) ,
You can’t perform that action at this time.
0 commit comments