Skip to content

Commit e424cee

Browse files
committed
chore: update package.json & readme
1 parent 3509180 commit e424cee

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[![@coreui icons](https://img.shields.io/badge/@coreui%20-icons-lightgrey.svg?style=flat-square)](https://github.com/coreui/icons)
2+
[![NPM downloads][npm-coreui-icons-download]][npm-coreui-icons]
3+
[![npm-coreui-icons-next][npm-coreui-icons-next]][npm-coreui-icons]
4+
[![npm package][npm-coreui-icons-badge]][npm-coreui-icons]
5+
6+
[npm-coreui-icons]: https://www.npmjs.com/package/@coreui/icons
7+
[npm-coreui-icons-badge]: https://img.shields.io/npm/v/@coreui/icons.png?style=flat-square
8+
[npm-coreui-icons-download]: https://img.shields.io/npm/dm/@coreui/icons.svg?style=flat-square
9+
[npm-coreui-icons-next]: https://img.shields.io/npm/v/@coreui/icons/next.png?style=flat-square
10+
111
## CoreUI icons vue - CIcon component
212

313
Dedicated component used to implement [CoreUI Icons svg set](https://coreui.io/icons/) in Vue.js.

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
"main": "dist/coreui-icons-vue.common.js",
77
"types": "src/index.d.ts",
88
"homepage": "https://coreui.io",
9+
"author": {
10+
"name": "CoreUI",
11+
"url": "https://coreui.io",
12+
"github": "https://github.com/coreui",
13+
"twitter": "https://twitter.com/core_ui"
14+
},
15+
"contributors": [
16+
{
17+
"name": "CoreUI Team",
18+
"url": "https://github.com/orgs/coreui/people"
19+
}
20+
],
921
"repository": {
1022
"type": "git",
1123
"url": "https://github.com/coreui/coreui-icons-vue.git"
@@ -17,10 +29,12 @@
1729
"coreui",
1830
"coreui-icons",
1931
"coreui-vue",
32+
"icons",
2033
"svg",
2134
"svg-icons",
2235
"layout",
23-
"component"
36+
"component",
37+
"vue"
2438
],
2539
"files": [
2640
"src",

0 commit comments

Comments
 (0)