Skip to content

Commit 9cb310f

Browse files
committed
refactor: sort package json
1 parent 9c5c984 commit 9cb310f

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

packages/coreui-react/package.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
{
22
"name": "@coreui/react",
3-
"description": "UI Components Library for React.js",
43
"version": "4.0.0-rc.5",
4+
"description": "UI Components Library for React.js",
5+
"keywords": [
6+
"react",
7+
"react component",
8+
"react bootstrap",
9+
"bootstrap react",
10+
"ui library",
11+
"ui components",
12+
"component library",
13+
"components"
14+
],
15+
"homepage": "https://coreui.io/react/",
16+
"bugs": {
17+
"url": "https://github.com/coreui/coreui-react/issues"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/coreui/coreui-react.git"
22+
},
523
"license": "MIT",
24+
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
625
"main": "dist/index.js",
726
"module": "dist/index.es.js",
827
"jsnext:main": "dist/index.es.js",
@@ -54,12 +73,5 @@
5473
"peerDependencies": {
5574
"react": "^17",
5675
"react-dom": "^17"
57-
},
58-
"jest": {
59-
"preset": "ts-jest",
60-
"testEnvironment": "jsdom",
61-
"testPathIgnorePatterns": [
62-
"dist/"
63-
]
6476
}
6577
}

0 commit comments

Comments
 (0)