Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-11-22 20:40:34 +01:00
parent 6a43ed53fb
commit 198482fc81
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.45.0"
"xo": "^0.46.0"
},
"scripts": {
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",

View file

@ -83,7 +83,7 @@ This package exports the following identifiers: `directive`, `directiveHtml`.
There is no default export.
The export map supports the endorsed
[`development` condition](https://nodejs.org/api/packages.html#packages\_resolving\_user\_conditions).
[`development` condition](https://nodejs.org/api/packages.html#packages_resolving_user_conditions).
Run `node --conditions development module.js` to get instrumented dev code.
Without this condition, production code is loaded.