diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-10-24 20:55:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 19:55:38 +0000 |
commit | 09e36d41b007604378525828047085cbaa7b948c (patch) | |
tree | a571bfce65831de8c6dc75c999b8f454f35d482d /cli/schemas | |
parent | eedf243b5ea98d22649bb0445444719a2fc12c59 (diff) |
fix: add 'fmt-component' to unstable features in schema file (#26526)
Closes https://github.com/denoland/deno/issues/26510
Diffstat (limited to 'cli/schemas')
-rw-r--r-- | cli/schemas/config-file.v1.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index db40e5062..27c8499ea 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -531,6 +531,7 @@ "detect-cjs", "ffi", "fs", + "fmt-component", "http", "kv", "net", |