From 89a481dece244ccf3f8fafb16e0e9e3e76696334 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:38:17 -0700 Subject: [PATCH] PR feedback --- apps/api-extractor/config/heft.json | 2 +- apps/heft/heft-plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api-extractor/config/heft.json b/apps/api-extractor/config/heft.json index 29b5ad6ec98..3d9bfb3bee7 100644 --- a/apps/api-extractor/config/heft.json +++ b/apps/api-extractor/config/heft.json @@ -2,7 +2,7 @@ * Defines configuration used by core Heft. */ { - "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/v0/heft.schema.json", + "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json", /** * Optionally specifies another JSON config file that this file extends from. This provides a way for standard diff --git a/apps/heft/heft-plugin.json b/apps/heft/heft-plugin.json index 1805b7f621b..3c27920d8bd 100644 --- a/apps/heft/heft-plugin.json +++ b/apps/heft/heft-plugin.json @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft-plugin.schema.json", + "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-plugin.schema.json", "lifecyclePlugins": [],