We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d263d commit 3509180Copy full SHA for 3509180
package.json
@@ -1,9 +1,27 @@
1
{
2
"name": "@coreui/icons-vue",
3
"version": "1.0.0",
4
+ "license": "MIT",
5
"sideEffects": "src/CIcon.vue",
6
"main": "dist/coreui-icons-vue.common.js",
7
"types": "src/index.d.ts",
8
+ "homepage": "https://coreui.io",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/coreui/coreui-icons-vue.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/coreui/coreui-icons-vue/issues"
15
16
+ "keywords": [
17
+ "coreui",
18
+ "coreui-icons",
19
+ "coreui-vue",
20
+ "svg",
21
+ "svg-icons",
22
+ "layout",
23
+ "component"
24
+ ],
25
"files": [
26
"src",
27
"dist"
0 commit comments