We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xo
1 parent 1ee98ae commit c6cfaaeCopy full SHA for c6cfaae
package.json
@@ -55,7 +55,7 @@
55
"tape": "^5.0.0",
56
"type-coverage": "^2.0.0",
57
"typescript": "^4.0.0",
58
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
59
},
60
"scripts": {
61
"prepack": "npm run build && npm run format",
test/index.js
@@ -4,8 +4,8 @@
4
*
5
*/
6
7
-import fs from 'fs'
8
-import path from 'path'
+import fs from 'node:fs'
+import path from 'node:path'
9
import test from 'tape'
10
import {isHidden} from 'is-hidden'
11
import {fromXml} from '../index.js'
0 commit comments