From d1a45e467d2592d2d8c8f66df1cfdafc55595572 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira Date: Thu, 7 Mar 2019 22:14:30 -0300 Subject: [PATCH 1/3] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 4e3dfb0..378b27c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ AngularCustomCheckbox - + From 9b821a2ca3726a75ac621a941a84e6af2a9f394d Mon Sep 17 00:00:00 2001 From: Rafael Ferreira Date: Thu, 7 Mar 2019 23:07:23 -0300 Subject: [PATCH 2/3] exporting model --- projects/custom-checkbox/src/public_api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/custom-checkbox/src/public_api.ts b/projects/custom-checkbox/src/public_api.ts index 07b855d..8cd9ddf 100644 --- a/projects/custom-checkbox/src/public_api.ts +++ b/projects/custom-checkbox/src/public_api.ts @@ -5,3 +5,4 @@ export * from './lib/custom-checkbox.service'; export * from './lib/custom-checkbox.component'; export * from './lib/custom-checkbox.module'; +export * from './lib/custom-checkbox.model'; From adc118237fd552166ab8b355cb19455677376e35 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira Date: Thu, 7 Mar 2019 23:13:09 -0300 Subject: [PATCH 3/3] updating name of package --- projects/custom-checkbox/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/custom-checkbox/package.json b/projects/custom-checkbox/package.json index 0dfca11..5728343 100644 --- a/projects/custom-checkbox/package.json +++ b/projects/custom-checkbox/package.json @@ -1,6 +1,6 @@ { - "name": "custom-checkbox", - "version": "0.0.1", + "name": "angular-custom-checkbox", + "version": "2.0.1", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0"