Skip to content

Commit 5ff5ee4

Browse files
committed
Update dev-dependencies
1 parent e99aa59 commit 5ff5ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"type-coverage": "^2.0.0",
7676
"typescript": "^4.0.0",
7777
"unified": "^10.0.0",
78-
"xo": "^0.45.0"
78+
"xo": "^0.46.0"
7979
},
8080
"scripts": {
8181
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build && esbuild . --bundle --minify | terser | gzip-size --raw",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This package exports the following identifier: `fromMarkdown`.
7676
There is no default export.
7777

7878
The export map supports the endorsed
79-
[`development` condition](https://nodejs.org/api/packages.html#packages\_resolving\_user\_conditions).
79+
[`development` condition](https://nodejs.org/api/packages.html#packages_resolving_user_conditions).
8080
Run `node --conditions development module.js` to get instrumented dev code.
8181
Without this condition, production code is loaded.
8282

0 commit comments

Comments
 (0)