From b98d2ccf0948964a064edbddda7184577da7e961 Mon Sep 17 00:00:00 2001 From: Preston Lamb Date: Wed, 21 Aug 2019 20:42:48 -0600 Subject: [PATCH] Fixed READMEs; update version --- README.md | 3 ++- package.json | 2 +- projects/ngx-plug-n-play-lib/README.md | 3 ++- projects/ngx-plug-n-play-lib/package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34a38b8..6de9b67 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,11 @@ npm i ngx-plug-n-play Each module is exported, so only what's needed in a given application will be imported. -The library contains the follwing modules: +The library contains the following modules: - [Typeahead Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/typeahead/README.md) - [Alert Toaster Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/alert-toaster/README.md) +- [Dropdown Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/dropdown/README.md) ## Developing Locally diff --git a/package.json b/package.json index fffb7f1..e1d0b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.1.0", + "version": "1.1.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-plug-n-play-lib/README.md b/projects/ngx-plug-n-play-lib/README.md index d6e512e..26ad667 100644 --- a/projects/ngx-plug-n-play-lib/README.md +++ b/projects/ngx-plug-n-play-lib/README.md @@ -19,10 +19,11 @@ npm i ngx-plug-n-play Each module is exported, so only what's needed in a given application will be imported. -The library contains the follwing modules: +The library contains the following modules: - [Typeahead Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/typeahead/README.md) - [Alert Toaster Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/alert-toaster/README.md) +- [Dropdown Module](https://github.com/pjlamb12/ngx-plug-n-play/blob/master/projects/ngx-plug-n-play-lib/src/lib/dropdown/README.md) ## Contributions diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index d2d0367..cb9acb2 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.1.0", + "version": "1.1.1", "peerDependencies": { "@angular/common": ">7.2.0", "@angular/core": ">7.2.0"