File tree Expand file tree Collapse file tree 2 files changed +95
-106
lines changed Expand file tree Collapse file tree 2 files changed +95
-106
lines changed Original file line number Diff line number Diff line change 32
32
" index.js"
33
33
],
34
34
"devDependencies" : {
35
+ "@types/mdast" : " ^3.0.0" ,
35
36
"@types/tape" : " ^4.0.0" ,
36
- "@types/unist" : " ^2.0.0" ,
37
37
"c8" : " ^7.0.0" ,
38
38
"prettier" : " ^2.0.0" ,
39
39
"remark-cli" : " ^9.0.0" ,
42
42
"tape" : " ^5.0.0" ,
43
43
"type-coverage" : " ^2.0.0" ,
44
44
"typescript" : " ^4.0.0" ,
45
- "xo" : " ^0.38 .0"
45
+ "xo" : " ^0.39 .0"
46
46
},
47
47
"scripts" : {
48
48
"prepack" : " npm run build && npm run format" ,
49
49
"build" : " rimraf \" *.d.ts\" && tsc && type-coverage" ,
50
50
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
51
51
"test-api" : " node test.js" ,
52
52
"test-coverage" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js" ,
53
- "test" : " npm run format && npm run test-coverage"
53
+ "test" : " npm run build && npm run format && npm run test-coverage"
54
54
},
55
55
"prettier" : {
56
56
"tabWidth" : 2 ,
You can’t perform that action at this time.
0 commit comments