Skip to content

Commit 049e8e5

Browse files
committed
chore: project config update
1 parent a771fd3 commit 049e8e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/coreui/angular/ng-package.prod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
3-
"dest": "../../../dist/lib",
3+
"dest": "../../../dist/@coreui/angular",
44
"lib": {
55
"entryFile": "src/public_api.ts"
66
}

projects/coreui/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -17,6 +17,6 @@
1717
"peerDependencies": {
1818
"@angular/common": "^6.1.10",
1919
"@angular/core": "^6.1.10",
20-
"@coreui/coreui": "^2.0.21"
20+
"@coreui/coreui": "^2.1.3"
2121
}
2222
}

0 commit comments

Comments
 (0)