This repository was archived by the owner on Jul 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +46
-2
lines changed
projects/coreui/icons-angular Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coreui-icons-angular" ,
3
- "version" : " 0.0.0" ,
3
+ "version" : " 1.0.0-alpha.0" ,
4
+ "description" : " CoreUI Icons Angular component" ,
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
+ }
18
+ ],
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/coreui/coreui-icons-angular.git"
22
+ },
23
+ "bugs" : {
24
+ "url" : " https://github.com/coreui/coreui-icons-angular/issues"
25
+ },
4
26
"scripts" : {
5
27
"ng" : " ng" ,
6
28
"start" : " ng serve" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/icons-angular" ,
3
- "version" : " 0.0.1" ,
3
+ "version" : " 1.0.0-alpha.0" ,
4
+ "description" : " CoreUI Icons Angular component and service" ,
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
+ }
18
+ ],
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/coreui/coreui-icons-angular.git"
22
+ },
23
+ "bugs" : {
24
+ "url" : " https://github.com/coreui/coreui-icons-angular/issues"
25
+ },
4
26
"peerDependencies" : {
5
27
"@angular/common" : " ^9.1.12" ,
6
28
"@angular/core" : " ^9.1.12"
You can’t perform that action at this time.
0 commit comments