We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xo
1 parent 9db6226 commit b4624b5Copy full SHA for b4624b5
package.json
@@ -64,7 +64,7 @@
64
"tsd": "^0.17.0",
65
"type-coverage": "^2.0.0",
66
"typescript": "^4.0.0",
67
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
68
},
69
"scripts": {
70
"prepack": "npm run build && npm run format",
test.js
@@ -4,7 +4,7 @@
4
* @typedef {import('unist').Parent} Parent
5
*/
6
7
-import assert from 'assert'
+import assert from 'node:assert'
8
import test from 'tape'
9
import remark from 'remark'
10
import gfm from 'remark-gfm'
0 commit comments