Skip to content

Commit

Permalink
Update xo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 24, 2021
1 parent 1ee98ae commit c6cfaae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.39.0"
"xo": "^0.42.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand Down
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
*/

import fs from 'fs'
import path from 'path'
import fs from 'node:fs'
import path from 'node:path'
import test from 'tape'
import {isHidden} from 'is-hidden'
import {fromXml} from '../index.js'
Expand Down

0 comments on commit c6cfaae

Please sign in to comment.