Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Fixed READMEs; update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlamb12 committed Aug 22, 2019
1 parent 4aa66be commit b98d2cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-plug-n-play",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-plug-n-play-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-plug-n-play-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b98d2cc

Please sign in to comment.