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

Commit

Permalink
Relates to #17; added note in READMEs about how bootstrap is not requ…
Browse files Browse the repository at this point in the history
…ired for this library; upped Angular versions
  • Loading branch information
pjlamb12 committed May 31, 2019
1 parent ace14d4 commit 81ca668
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Demo Sites:
- [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com)
- [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo)

> In both of these example apps, we used Bootstrap to make it look nice. However, this library does not require the use of Bootstrap or any other UI framework or requirements. You can use your own styles on all the elements.
## Installation

```bash
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.0.5",
"version": "1.0.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 2 additions & 0 deletions projects/ngx-plug-n-play-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Demo Sites:
- [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com)
- [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo)

> In both of these example apps, we used Bootstrap to make it look nice. However, this library does not require the use of Bootstrap or any other UI framework or requirements. You can use your own styles on all the elements.
## Installation

```bash
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.0.5",
"version": "1.0.6",
"peerDependencies": {
"@angular/common": ">7.2.0",
"@angular/core": ">7.2.0"
Expand Down

0 comments on commit 81ca668

Please sign in to comment.