1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-22 00:05:22 +02:00

fix: add index.js to files in package.json

This commit is contained in:
woothu
2020-05-25 16:26:51 +02:00
parent cdc8b24bb9
commit 881a107c30

View File

@@ -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"
]
}