Skip to content

Commit 58d5157

Browse files
committed
add @coreui/coreui to peerDependencies
1 parent 51ececd commit 58d5157

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

dist/@coreui/angular/package.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
{
22
"name": "@coreui/angular",
33
"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+
],
417
"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"
721
},
822
"main": "bundles/coreui-angular.umd.js",
923
"module": "fesm5/coreui-angular.js",

projects/coreui/angular/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
}
1616
],
1717
"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"
2021
}
2122
}

0 commit comments

Comments
 (0)