mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix: correct JSON config schema to show vendor option as stable (#25090)
This has been considered stable for some time now.
This commit is contained in:
parent
9bc2dd29ad
commit
52681a2a29
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"vendor": {
|
||||
"description": "UNSTABLE: Enables or disables the use of a local vendor folder as a local cache for remote modules and node_modules folder for npm packages. Alternatively, use the `--vendor` flag or override the config via `--vendor=false`. Requires Deno 1.36.1 or later.",
|
||||
"description": "Enables or disables the use of a local vendor folder as a local cache for remote modules and node_modules folder for npm packages. Alternatively, use the `--vendor` flag or override the config via `--vendor=false`. Requires Deno 1.36.1 or later.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"tasks": {
|
||||
|
|
Loading…
Reference in a new issue