From 3b91f23f940928f6487feb653da03d6a7c90aaf4 Mon Sep 17 00:00:00 2001 From: Preston Lamb Date: Mon, 27 May 2019 00:49:37 -0600 Subject: [PATCH 1/3] fix readme links; add homepage url --- projects/ngx-plug-n-play-lib/README.md | 4 ++-- projects/ngx-plug-n-play-lib/package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/ngx-plug-n-play-lib/README.md b/projects/ngx-plug-n-play-lib/README.md index 9a3bdf1..30ca681 100644 --- a/projects/ngx-plug-n-play-lib/README.md +++ b/projects/ngx-plug-n-play-lib/README.md @@ -14,8 +14,8 @@ Each module is exported, so only what's needed in a given application will be im The library contains the follwing modules: -- [Typeahead Module](./src/lib/alert-toaster/README.md) -- [Alert Toaster Module](./src/lib/typeahead/README.md) +- [Typeahead Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/alert-toaster/README.md) +- [Alert Toaster Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/typeahead/README.md) ## Contributions diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index a5700ec..244aa81 100644 --- a/projects/ngx-plug-n-play-lib/package.json +++ b/projects/ngx-plug-n-play-lib/package.json @@ -17,6 +17,7 @@ "type": "git", "url": "https://github.com/pjlamb12/ngx-plug-n-play" }, + "homepage": "https://stackblitz.com/edit/ngx-plug-n-play-demo", "license": "MIT", "keywords": [ "angular", From db89c80090d99da9920b757b8a8f4cc6d43a6bce Mon Sep 17 00:00:00 2001 From: Preston Lamb Date: Mon, 27 May 2019 00:49:57 -0600 Subject: [PATCH 2/3] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index be20c7f..9acde7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "0.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f76f969..09f8918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "ng": "ng", "start": "ng serve", From f18053401d961e0c1c340cd08866e5f6212bb261 Mon Sep 17 00:00:00 2001 From: Preston Lamb Date: Mon, 27 May 2019 00:50:34 -0600 Subject: [PATCH 3/3] updated version patch number --- projects/ngx-plug-n-play-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index 244aa81..a4172b1 100644 --- a/projects/ngx-plug-n-play-lib/package.json +++ b/projects/ngx-plug-n-play-lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.0", + "version": "1.0.1", "peerDependencies": { "@angular/common": ">7.2.0", "@angular/core": ">7.2.0"