File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/angular" ,
3
3
"version" : " 2.0.0-beta.5" ,
4
+ "license" : " MIT" ,
5
+ "author" : {
6
+ "name" : " Łukasz Holeczek" ,
7
+ "url" : " http://holeczek.pl" ,
8
+ "github" : " https://github.com/mrholek" ,
9
+ "twitter" : " https://twitter.com/lukaszholeczek"
10
+ },
11
+ "contributors" : [
12
+ {
13
+ "name" : " Andrzej Kopański" ,
14
+ "url" : " https://github.com/xidedix"
15
+ }
16
+ ],
4
17
"peerDependencies" : {
5
- "@angular/common" : " ^6.0.0-rc.0 || ^6.0.0" ,
6
- "@angular/core" : " ^6.0.0-rc.0 || ^6.0.0"
18
+ "@angular/common" : " ^6.0.0" ,
19
+ "@angular/core" : " ^6.0.0" ,
20
+ "@coreui/coreui" : " ^2.0.0"
7
21
},
8
22
"main" : " bundles/coreui-angular.umd.js" ,
9
23
"module" : " fesm5/coreui-angular.js" ,
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"peerDependencies" : {
18
- "@angular/common" : " ^6.0.0-rc.0 || ^6.0.0" ,
19
- "@angular/core" : " ^6.0.0-rc.0 || ^6.0.0"
18
+ "@angular/common" : " ^6.0.0" ,
19
+ "@angular/core" : " ^6.0.0" ,
20
+ "@coreui/coreui" : " ^2.0.0"
20
21
}
21
22
}
You can’t perform that action at this time.
0 commit comments