From 9ce503bb75095cefac2396cbf7578687cf2326e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gon=C3=A7alves?= Date: Tue, 11 Nov 2025 11:11:35 +0000 Subject: [PATCH] Add `types` to `files` in `package.json` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b00a82f..9cbaff6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "author": "Uphold", "main": "src/index.js", "files": [ - "src" + "src", + "types" ], "types": "types/index.d.ts", "scripts": {