mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: add Deno version information to new 1.34 deno.json properties (#19202)
These already come up in the auto-complete, so let's let users know what versions these are available in.
This commit is contained in:
parent
cc406c8360
commit
5664ac0b49
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@
|
||||||
},
|
},
|
||||||
"exclude": {
|
"exclude": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "List of files or directories that will be ignored by all other configurations.",
|
"description": "List of files or directories that will be ignored by all other configurations. Requires Deno 1.34 or later.",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
@ -423,7 +423,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nodeModulesDir": {
|
"nodeModulesDir": {
|
||||||
"description": "Enables or disables the use of a local node_modules folder for npm packages. Alternatively, use the `--node-modules-dir` or `--node-modules-dir=false` flag.",
|
"description": "Enables or disables the use of a local node_modules folder for npm packages. Alternatively, use the `--node-modules-dir` or `--node-modules-dir=false` flag. Requires Deno 1.34 or later.",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
|
Loading…
Reference in a new issue