We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a771fd3 commit 049e8e5Copy full SHA for 049e8e5
projects/coreui/angular/ng-package.prod.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
3
- "dest": "../../../dist/lib",
+ "dest": "../../../dist/@coreui/angular",
4
"lib": {
5
"entryFile": "src/public_api.ts"
6
}
projects/coreui/angular/package.json
"name": "@coreui/angular",
- "version": "2.0.0",
+ "version": "2.0.1",
"license": "MIT",
"author": {
"name": "Łukasz Holeczek",
@@ -17,6 +17,6 @@
17
"peerDependencies": {
18
"@angular/common": "^6.1.10",
19
"@angular/core": "^6.1.10",
20
- "@coreui/coreui": "^2.0.21"
+ "@coreui/coreui": "^2.1.3"
21
22
0 commit comments