1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-07 01:06:32 +02:00

fix: add main package typings

This commit is contained in:
woothu
2020-06-01 12:12:48 +02:00
parent 414e24ea5c
commit a4aa447d3a
2 changed files with 4 additions and 0 deletions

3
js/index.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export * from './free/index'
export * from './flag/index'
export * from './brand/index'

View File

@@ -5,6 +5,7 @@
"main": "js/index.js",
"style": "css/all.css",
"sideEffects": false,
"typings": "js/index.d.ts",
"scripts": {
"clean": "rimraf css",
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify*",