From 146ecdb126518ba718da37861b661cdac8f597a2 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Tue, 29 Sep 2020 18:34:50 -0700 Subject: [PATCH] Add ponyfill.d.ts to release file allow-list --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4e6b8a2..85c8916 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "index.js", "ponyfill.js", "index.d.ts", + "ponyfill.d.ts", "es/index.js", "es/ponyfill.js", "lib/index.js",