Skip to content

Commit b4624b5

Browse files
committed
Update xo
1 parent 9db6226 commit b4624b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tsd": "^0.17.0",
6565
"type-coverage": "^2.0.0",
6666
"typescript": "^4.0.0",
67-
"xo": "^0.39.0"
67+
"xo": "^0.42.0"
6868
},
6969
"scripts": {
7070
"prepack": "npm run build && npm run format",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @typedef {import('unist').Parent} Parent
55
*/
66

7-
import assert from 'assert'
7+
import assert from 'node:assert'
88
import test from 'tape'
99
import remark from 'remark'
1010
import gfm from 'remark-gfm'

0 commit comments

Comments
 (0)