From 52681a2a297c89fdec619c4e45d03bc7a1ab1fbb Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 18 Aug 2024 18:54:07 -0400 Subject: [PATCH] fix: correct JSON config schema to show vendor option as stable (#25090) This has been considered stable for some time now. --- cli/schemas/config-file.v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index edbb6f6d11..e74df9f2fc 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": {