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 66e8230 commit 8a06641Copy full SHA for 8a06641
package.json
@@ -6,6 +6,18 @@
6
"main": "dist/coreui-vue-chartjs.common.js",
7
"types": "src/index.d.ts",
8
"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
+ ],
21
"repository": {
22
"type": "git",
23
"url": "https://github.com/coreui/coreui-vue-chartjs.git"
@@ -14,6 +26,7 @@
26
"url": "https://github.com/coreui/coreui-vue-chartjs/issues"
27
},
28
"keywords": [
29
+ "coreui",
30
"chart.js",
31
"vue chart.js",
32
"coreui-vue",
@@ -22,8 +35,6 @@
35
"layout",
36
"charts",
24
37
"vue chart.js implementation",
25
- "layout",
38
"component"
39
],
40
"files": [
0 commit comments