From 68c6b526c45152a9404143c47bfcd010038ba49f Mon Sep 17 00:00:00 2001 From: David Rodriguez Feito Date: Wed, 20 Jul 2022 20:17:14 -0300 Subject: [PATCH] chore: add index.js to files in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0793d467e..6cf16d18d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "esm", "styles", "libs", - "index.d.ts" + "index.d.ts", + "index.js" ], "repository": { "type": "git",