diff --git a/package.json b/package.json index a9b20e2f0..210bccae7 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit", "version": "0.2.0", - "private": true, "description": "Root package.json contains only scripts", "license": "Apache-2.0", "homepage": "https://github.com/bimeister/pupakit", diff --git a/projects/common/package.json b/projects/common/package.json index 5452c6c40..39b33c400 100644 --- a/projects/common/package.json +++ b/projects/common/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.common", "version": "0.2.0", - "private": true, "description": "PupaKit Common", "keywords": [ "angular", diff --git a/projects/common/tsconfig.json b/projects/common/tsconfig.json index 7aba0cd26..d65774084 100644 --- a/projects/common/tsconfig.json +++ b/projects/common/tsconfig.json @@ -28,6 +28,7 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" } } diff --git a/projects/demo/package.json b/projects/demo/package.json index e22985073..9ed164ecc 100644 --- a/projects/demo/package.json +++ b/projects/demo/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.demo", "version": "0.2.0", - "private": true, "description": "PupaKit demonstration part. Documentation for developers", "keywords": [ "angular", diff --git a/projects/forms/package.json b/projects/forms/package.json index 0aff6a705..ce586f97a 100644 --- a/projects/forms/package.json +++ b/projects/forms/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.forms", "version": "0.2.0", - "private": true, "description": "PupaKit Forms", "keywords": [ "angular", diff --git a/projects/forms/tsconfig.json b/projects/forms/tsconfig.json index 4357c78df..e1dd9d141 100644 --- a/projects/forms/tsconfig.json +++ b/projects/forms/tsconfig.json @@ -45,7 +45,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ { diff --git a/projects/icons/package.json b/projects/icons/package.json index 334047fb1..91ac42784 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.icons", "version": "0.2.0", - "private": true, "description": "PupaKit Icons", "keywords": [ "angular", diff --git a/projects/icons/tsconfig.json b/projects/icons/tsconfig.json index 95263e797..568e77a1b 100644 --- a/projects/icons/tsconfig.json +++ b/projects/icons/tsconfig.json @@ -27,7 +27,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ { diff --git a/projects/kit/package.json b/projects/kit/package.json index 0182448dd..337a1cd68 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.kit", "version": "0.2.0", - "private": true, "description": "PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.", "keywords": [ "angular", diff --git a/projects/kit/tsconfig.json b/projects/kit/tsconfig.json index c034d4e6c..9b5b792a3 100644 --- a/projects/kit/tsconfig.json +++ b/projects/kit/tsconfig.json @@ -33,7 +33,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ { diff --git a/projects/overlays/package.json b/projects/overlays/package.json index 16820e103..538c71fcd 100644 --- a/projects/overlays/package.json +++ b/projects/overlays/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.overlays", "version": "0.2.0", - "private": true, "description": "PupaKit Overlays", "keywords": [ "angular", diff --git a/projects/overlays/tsconfig.json b/projects/overlays/tsconfig.json index 187248df7..dee4a7d7f 100644 --- a/projects/overlays/tsconfig.json +++ b/projects/overlays/tsconfig.json @@ -39,7 +39,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ { diff --git a/projects/table/package.json b/projects/table/package.json index 974d2e777..ddd3c5db8 100644 --- a/projects/table/package.json +++ b/projects/table/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.table", "version": "0.2.0", - "private": true, "description": "PupaKit Table", "keywords": [ "angular", diff --git a/projects/table/tsconfig.json b/projects/table/tsconfig.json index 6f6f32040..5a9f76548 100644 --- a/projects/table/tsconfig.json +++ b/projects/table/tsconfig.json @@ -45,7 +45,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ { diff --git a/projects/tree/package.json b/projects/tree/package.json index 0dba2f1fa..fd4de06bc 100644 --- a/projects/tree/package.json +++ b/projects/tree/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.tree", "version": "0.2.0", - "private": true, "description": "PupaKit Tree", "keywords": [ "angular", diff --git a/projects/tree/tsconfig.json b/projects/tree/tsconfig.json index a07e6e244..4ac5161eb 100644 --- a/projects/tree/tsconfig.json +++ b/projects/tree/tsconfig.json @@ -39,7 +39,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ { diff --git a/projects/widgets/package.json b/projects/widgets/package.json index 904cad508..cf4f7bf3c 100644 --- a/projects/widgets/package.json +++ b/projects/widgets/package.json @@ -1,7 +1,6 @@ { "name": "@bimeister/pupakit.widgets", "version": "0.2.0", - "private": true, "description": "PupaKit Widgets", "keywords": [ "angular", diff --git a/projects/widgets/tsconfig.json b/projects/widgets/tsconfig.json index 7a209011b..f50dbf314 100644 --- a/projects/widgets/tsconfig.json +++ b/projects/widgets/tsconfig.json @@ -39,7 +39,8 @@ "fullTemplateTypeCheck": false, "strictInjectionParameters": true, "enableResourceInlining": true, - "enableIvy": true + "enableIvy": true, + "compilationMode": "partial" }, "references": [ {