From 3e0a0acde02629bc5866877a6eb89176afa386c4 Mon Sep 17 00:00:00 2001 From: Nahuel Veron Date: Mon, 29 Nov 2021 18:52:38 -0300 Subject: [PATCH] fix: missing files --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e3c25c..bfc3948 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "author": "Nahuel Veron ", "files": [ "/dist/index.d.ts", - "/dist/index.js" + "/dist/index.js", + "/dist/WebhookTypes.d.ts", + "/dist/WebhookTypes.js" ], "publishConfig": { "access": "public" @@ -47,4 +49,4 @@ "dependencies": { "cross-fetch": "^3.1.4" } -} +} \ No newline at end of file