Skip to content

Commit 3faca22

Browse files
committed
chore: sort package json
1 parent 1f5c29c commit 3faca22

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

packages/coreui-vue-chartjs/package.json

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
11
{
22
"name": "@coreui/vue-chartjs",
3-
"description": "Vue component wrapper for chart.js",
43
"version": "2.0.0-rc.2",
5-
"license": "MIT",
6-
"main": "dist/index.cjs.js",
7-
"module": "dist/index.esm.js",
8-
"types": "dist/index.d.ts",
9-
"homepage": "https://coreui.io",
10-
"author": {
11-
"name": "CoreUI",
12-
"url": "https://coreui.io",
13-
"github": "https://github.com/coreui",
14-
"twitter": "https://twitter.com/core_ui"
15-
},
16-
"contributors": [
17-
{
18-
"name": "CoreUI Team",
19-
"url": "https://github.com/orgs/coreui/people"
20-
}
21-
],
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/coreui/coreui-vue-chartjs.git"
25-
},
26-
"bugs": {
27-
"url": "https://github.com/coreui/coreui-vue-chartjs/issues"
28-
},
4+
"description": "Vue component wrapper for Chart.js",
295
"keywords": [
306
"coreui",
317
"chart.js",
@@ -38,9 +14,22 @@
3814
"vue chart.js implementation",
3915
"component"
4016
],
17+
"homepage": "https://coreui.io/vue/",
18+
"bugs": {
19+
"url": "https://github.com/coreui/coreui-vue/issues"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/coreui/coreui-vue.git"
24+
},
25+
"license": "MIT",
26+
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
27+
"main": "dist/index.js",
28+
"module": "dist/index.es.js",
29+
"types": "dist/index.d.ts",
4130
"files": [
42-
"src",
43-
"dist"
31+
"dist/",
32+
"src/"
4433
],
4534
"scripts": {
4635
"build": "rollup -c"

0 commit comments

Comments
 (0)