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 9db6226 commit b4624b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tsd": "^0.17.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
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @typedef {import('unist').Parent} Parent
*/

import assert from 'assert'
import assert from 'node:assert'
import test from 'tape'
import remark from 'remark'
import gfm from 'remark-gfm'
Expand Down

0 comments on commit b4624b5

Please sign in to comment.