From 8241a715838daab9caccb33591e0dd7820731e4e Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 13 Jun 2023 21:16:19 -0400 Subject: [PATCH] chore: Link package to configSchema Signed-off-by: Adam Harvey --- plugins/pagerduty/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index ef732a382b..67b1848397 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -68,5 +68,6 @@ }, "files": [ "dist" - ] + ], + "configSchema": "config.d.ts" }