8000 refactor: sort package json · MarwanElsadat/coreui-react@652cd27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 652cd27

Browse files
committed
refactor: sort package json
1 parent d6dc8a0 commit 652cd27

File tree

1 file changed

+23
-44
lines changed

1 file changed

+23
-44
lines changed
Lines changed: 23 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
{
22
"name": "@coreui/react-chartjs",
33
"version": "2.0.0-rc.2",
4-
"description": "CoreUI React component wrapper for chart.js",
5-
"license": "MIT",
6-
"homepage": "https://coreui.io",
7-
"author": {
8-
"name": "CoreUI",
9-
"url": "https://coreui.io",
10-
"github": "https://github.com/coreui",
11-
"twitter": "https://twitter.com/core_ui"
12-
},
13-
"contributors": [
14-
{
15-
"name": "CoreUI Team",
16-
"url": "https://github.com/orgs/coreui/people"
17-
}
4+
"description": "React wrapper component for Chart.js",
5+
"keywords": [
6+
"coreui",
7+
"chart.js",
8+
"charts",
9+
"react chart.js",
10+
"coreui-react",
11+
"react charts",
12+
"react chart components",
13+
"react chart.js implementation",
14+
"layout",
15+
"component",
16+
"react"
1817
],
18+
"homepage": "https://coreui.io/react/docs/components/chart/",
19+
"bugs": {
20+
"url": "https://github.com/coreui/coreui-react/issues"
21+
},
1922
"repository": {
2023
"type": "git",
21-
"url": "https://github.com/coreui/coreui-react-chartjs.git"
22-
},
23-
"bugs": {
24-
"url": "https://github.com/coreui/coreui-react-chartjs/issues"
24+
"url": "git+https://github.com/coreui/coreui-react.git"
2525
},
26+
"license": "MIT",
27+
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
2628
"main": "dist/index.js",
2729
"module": "dist/index.es.js",
2830
"jsnext:main": "dist/index.es.js",
2931
"files": [
3032
"dist/",
31-
"README.md"
33+
"src/"
3234
],
3335
"scripts": {
3436
"build": "rollup -c",
@@ -40,9 +42,6 @@
4042
"@coreui/chartjs": "^3.0.0",
4143
"chart.js": "^3.5.0"
4244
},
43-
"peerDependencies": {
44-
"react": "^17"
45-
},
4645
"devDependencies": {
4746
"@rollup/plugin-commonjs": "^21.0.0",
4847
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -68,27 +67,7 @@
6867
"ts-jest": "^27.0.7",
6968
"typescript": "^4.4.4"
7069
},
71-
"keywords": [
72-
"coreui",
73-
"chart.js",
74-
"charts",
75-
"react chart.js",
76-
"coreui-react",
77-
"react charts",
78-
"react chart components",
79-
"react chart.js implementation",
80-
"layout",
81-
"component",
82-
"react"
83-
],
84-
"jest": {
85-
"preset": "ts-jest",
86-
"setupFiles": [
87-
"jest-canvas-mock"
88-
],
89-
"testEnvironment": "jsdom",
90-
"testPathIgnorePatterns": [
91-
"dist/"
92-
]
70+
"peerDependencies": {
71+
"react": "^17"
9372
}
9473
}

0 commit comments

Comments
 (0)
0