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 672cae1 commit d9d918aCopy full SHA for d9d918a
index.js
@@ -7,7 +7,7 @@
7
* @typedef {import('hast').DocType} Doctype
8
*/
9
10
-import nodeAssert from 'assert'
+import nodeAssert from 'node:assert'
11
import {zwitch} from 'zwitch'
12
import {mapz} from 'mapz'
13
import {
package.json
@@ -48,7 +48,7 @@
48
"tsd": "^0.17.0",
49
"type-coverage": "^2.0.0",
50
"typescript": "^4.0.0",
51
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
52
},
53
"scripts": {
54
"prepack": "npm run build && npm run format",
0 commit comments