8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6a175 commit cd2c6a4Copy full SHA for cd2c6a4
package.json
@@ -1,7 +1,20 @@
1
{
2
"name": "@coreui/react",
3
- "version": "2.0.0-alpha",
+ "version": "2.0.0-alpha.1",
4
"description": "CoreUI React Bootstrap 4 components",
5
+ "license": "MIT",
6
+ "author": {
7
+ "name": "Łukasz Holeczek",
8
+ "url": "http://holeczek.pl",
9
+ "github": "https://github.com/mrholek",
10
+ "twitter": "https://twitter.com/lukaszholeczek"
11
+ },
12
+ "contributors": [
13
+ {
14
+ "name": "Andrzej Kopański",
15
+ "url": "https://github.com/xidedix"
16
+ }
17
+ ],
18
"main": "lib/index.js",
19
"module": "es/index.js",
20
"files": [
@@ -36,9 +49,7 @@
36
49
"react": "^16.2.0",
37
50
"react-dom": "^16.2.0"
38
51
},
39
- "author": "",
40
52
"homepage": "",
41
- "license": "MIT",
42
53
"repository": {
43
54
"type": "git",
44
55
"url": "https://github.com/coreui/react.git"
0 commit comments