From 4517103631b34b6f77b98f8936f431bb3e76f08d Mon Sep 17 00:00:00 2001 From: Alex Lende Date: Tue, 18 Jun 2024 02:06:47 -0500 Subject: [PATCH] wp-env schema: Remove leading dot (#62634) Rename the wp-env schema to not be a dotfile. Dotfiles have special handling in many systems, including schemastore.org. Remove the leading dot to improve compatibility. --- Co-authored-by: ajlende Co-authored-by: t-hamano Co-authored-by: sirreal Co-authored-by: dd32 --- schemas/json/{.wp-env.json => wp-env.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename schemas/json/{.wp-env.json => wp-env.json} (100%) diff --git a/schemas/json/.wp-env.json b/schemas/json/wp-env.json similarity index 100% rename from schemas/json/.wp-env.json rename to schemas/json/wp-env.json