Skip to content

Commit 3509180

Browse files
committed
chore: update package.json file
1 parent 67d263d commit 3509180

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
{
22
"name": "@coreui/icons-vue",
33
"version": "1.0.0",
4+
"license": "MIT",
45
"sideEffects": "src/CIcon.vue",
56
"main": "dist/coreui-icons-vue.common.js",
67
"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+
],
725
"files": [
826
"src",
927
"dist"

0 commit comments

Comments
 (0)