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 dc8cf17 commit f819d8dCopy full SHA for f819d8d
index.js
@@ -17,7 +17,7 @@
17
* @typedef {import('mdast').Table} Table
18
*/
19
20
-import nodeAssert from 'assert'
+import nodeAssert from 'node:assert'
21
import {zwitch} from 'zwitch'
22
import {mapz} from 'mapz'
23
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