Skip to content

Commit c6cfaae

Browse files
committed
Update xo
1 parent 1ee98ae commit c6cfaae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tape": "^5.0.0",
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^4.0.0",
58-
"xo": "^0.39.0"
58+
"xo": "^0.42.0"
5959
},
6060
"scripts": {
6161
"prepack": "npm run build && npm run format",

test/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
*/
66

7-
import fs from 'fs'
8-
import path from 'path'
7+
import fs from 'node:fs'
8+
import path from 'node:path'
99
import test from 'tape'
1010
import {isHidden} from 'is-hidden'
1111
import {fromXml} from '../index.js'

0 commit comments

Comments
 (0)