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

Commit

Permalink
Merge pull request #9 from pjlamb12/quick-fix
Browse files Browse the repository at this point in the history
Quick fix
  • Loading branch information
pjlamb12 authored May 27, 2019
2 parents 77485f4 + f180534 commit 7a68229
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.0",
"version": "1.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-plug-n-play-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 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.0.0",
"version": "1.0.1",
"peerDependencies": {
"@angular/common": ">7.2.0",
"@angular/core": ">7.2.0"
Expand All @@ -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",
Expand Down

0 comments on commit 7a68229

Please sign in to comment.