From 8872ef537e2b97cac21aa515cfc58740f9735756 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 17 Oct 2023 15:19:19 +0530 Subject: [PATCH] chore: update the list of files to publish --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 225b07f..7a978d3 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,7 @@ "main": "build/index.js", "type": "module", "files": [ - "build/src", - "build/index.d.ts", - "build/index.js" + "build" ], "exports": { ".": "./build/index.js",