Update dev-dependencies
This commit is contained in:
parent
6a43ed53fb
commit
198482fc81
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue