From 2e8d897b0edc8d7cbe2dd69af2764dd04d2cd4e3 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Thu, 30 May 2019 11:51:06 +0200 Subject: [PATCH] feat: set import path --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d1b1abc84..20b46fd47 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@coreui/icons", "version": "0.3.0", "description": "Free icons", + "main": "js/index.js", "style": "css/coreui-icons.css", "scripts": { "css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",