Skip to content

Commit 16dbae7

Browse files
committed
Update dev-dependencies
1 parent eb0a607 commit 16dbae7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tinyify": "^3.0.0",
5757
"unified": "^9.0.0",
5858
"unist-builder": "^2.0.0",
59-
"xo": "^0.35.0"
59+
"xo": "^0.38.0"
6060
},
6161
"scripts": {
6262
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ test('integration', function (t) {
591591
'<p>Hello, world!',
592592
''
593593
].join('\n'),
594-
function (err, file) {
595-
t.ifErr(err, 'should not fail')
594+
function (error, file) {
595+
t.ifErr(error, 'should not fail')
596596

597597
t.equal(
598598
String(file),

0 commit comments

Comments
 (0)