Skip to content

Commit 1eee32e

Browse files
committed
refactor: sort package.json
1 parent 7e34b27 commit 1eee32e

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

package.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
33
"version": "4.0.0-rc.0",
4-
"config": {
5-
"coreui_library_short_version": "4.0"
4+
"description": "CoreUI Free Vue Admin Template",
5+
"bugs": {
6+
"url": "https://github.com/coreui/coreui-free-vue-admin-template/issues"
67
},
7-
"private": true,
8+
"repository": {
9+
"type": "git",
10+
"url": "[email protected]:coreui/coreui-free-vue-admin-template.git"
11+
},
12+
"license": "MIT",
13+
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
814
"scripts": {
9-
"serve": "vue-cli-service serve",
1015
"build": "vue-cli-service build",
11-
"test:unit": "vue-cli-service test:unit",
16+
"lint": "vue-cli-service lint",
17+
"serve": "vue-cli-service serve",
1218
"test:e2e": "vue-cli-service test:e2e",
13-
"lint": "vue-cli-service lint"
19+
"test:unit": "vue-cli-service test:unit"
20+
},
21+
"config": {
22+
"coreui_library_short_version": "4.0"
1423
},
1524
"dependencies": {
1625
"@coreui/chartjs": "^3.0.0",

0 commit comments

Comments
 (0)