From 881a107c30433fb45d945c959e2a4dfc2ed6baea Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Mon, 25 May 2020 16:26:51 +0200 Subject: [PATCH] fix: add index.js to files in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 803f74460..ea469bdda 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "@coreui/icons", "version": "2.0.0-beta.2", "description": "CoreUI Icons Free", - "main": "js/index.js", "style": "css/all.css", "sideEffects": false, "scripts": { @@ -70,6 +69,7 @@ "js/", "scss/", "sprites/", - "svg/" + "svg/", + "index.js" ] }