diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-18 18:54:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 22:54:07 +0000 |
commit | 52681a2a297c89fdec619c4e45d03bc7a1ab1fbb (patch) | |
tree | e49fc14c2f5995128e7c611d41409377aa3a9e44 /cli/schemas | |
parent | 9bc2dd29ad6ba334fd57a20114e367d3c04763d4 (diff) |
fix: correct JSON config schema to show vendor option as stable (#25090)
This has been considered stable for some time now.
Diffstat (limited to 'cli/schemas')
-rw-r--r-- | cli/schemas/config-file.v1.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index edbb6f6d1..e74df9f2f 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -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": { |