8000 Fix repo name · AndriiUhryn/coreui-react@5afea80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5afea80

Browse files
committed
Fix repo name
1 parent 34bae08 commit 5afea80

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

package.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
{
2-
"name": "@coreui/react",
3-
"version": "2.5.1",
4-
"description": "CoreUI React Bootstrap 4 components",
2+
"name": "custom/coreui/react-ssr",
3+
"version": "0.0.1",
4+
"description": "CoreUI React Bootstrap 4 components with ssr support",
55
"license": "MIT",
66
"author": {
7-
"name": "Łukasz Holeczek",
8-
"url": "http://holeczek.pl",
9-
"github": "https://github.com/mrholek",
10-
"twitter": "https://twitter.com/lukaszholeczek"
7+
"name": "Andrii Uhryn",
8+
"github": "https://github.com/AndriiUhryn"
119
},
12-
"contributors": [
13-
{
14-
"name": "Andrzej Kopański",
15-
"url": "https://github.com/xidedix"
16-
}
17-
],
18-
"homepage": "https://coreui.io",
10+
"homepage": "https://github.com/AndriiUhryn/coreui-react",
1911
"main": "lib/index.js",
2012
"module": "es/index.js",
2113
"files": [
@@ -67,7 +59,7 @@
6759
"url": "https://github.com/coreui/coreui-react.git"
6860
},
6961
"bugs": {
70-
"url": "https://github.com/coreui/coreui-react/issues"
62+
"url": "https://github.com/AndriiUhryn/coreui-react/issues"
7163
},
7264
"keywords": [
7365
"coreui",

0 commit comments

Comments
 (0)
0