Skip to content

Commit 5940955

Browse files
committed
docs(project): updated the README.md
1 parent 1dbd966 commit 5940955

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
src="https://cdn.jsdelivr.net/gh/angular-material-extensions/password-strength@master/assets/angular-material-extensions-logo.svg">
55
</p>
66

7-
# @angular-material-extensions/password-strength - Material password strength meter to indicate how secure is the provided password - Angular V9 supported incl. schematics
7+
# @angular-material-extensions/password-strength - Material password strength meter to indicate how secure is the provided password - Angular V11 supported incl. schematics
88

99
[![npm version](https://badge.fury.io/js/%40angular-material-extensions%2Fpassword-strength.svg)](https://badge.fury.io/js/%40angular-material-extensions%2Fpassword-strength)
1010
[![npm demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://angular-material-extensions.github.io/password-strength)
@@ -19,8 +19,6 @@
1919
[![license](https://img.shields.io/github/license/angular-material-extensions/password-strength.svg?style=flat-square)](https://github.com/angular-material-extensions/password-strength/blob/master/LICENSE)
2020
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/gdi2290/awesome-angular)
2121

22-
> Please use the latest version of this library --> V6 which is supporting angular V9
23-
> @angular-material-extensions/password-strength@5.0.0 should be skipped --> @angular-material-extensions/password-strength@5.1.0 ---> @angular-material-extensions/password-strength@6.0.0 is better
2422

2523
<p align="center">
2624
<img alt="@angular-material-extensions/password-strength demonstration" style="text-align: center;"
@@ -99,7 +97,7 @@ View all the directives and components in action at [https://angular-material-ex
9997
<a name="dependencies"/>
10098

10199
## Dependencies
102-
* [Angular](https://angular.io) developed and tested with `9.x`
100+
* [Angular](https://angular.io) developed and tested with `11.x`
103101

104102
---
105103

@@ -458,9 +456,9 @@ or follow the official [tutorial](https://angular-material-extensions.github.io/
458456
## Other Angular Libraries
459457
- [ngx-auth-firebaseui](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
460458
- [ngx-linkifyjs](https://github.com/AnthonyNahas/ngx-linkifyjs)
461-
- [@firebaseui/ng-bootstrap](https://github.com/firebaseui/ng-bootstrap)
462459
- [@angular-material-extensions/google-maps-autocomplete](https://github.com/angular-material-extensions/google-maps-autocomplete)
463460
- [@angular-material-extensions/select-country](https://github.com/angular-material-extensions/select-country)
461+
- [@angular-material-extensions/select-icon](https://github.com/angular-material-extensions/select-icon)
464462
- [@angular-material-extensions/fab-menu](https://github.com/angular-material-extensions/fab-menu)
465463
- [@angular-material-extensions/link-preview](https://github.com/angular-material-extensions/link-preview)
466464
- [@angular-material-extensions/pages](https://github.com/angular-material-extensions/pages)
@@ -491,5 +489,5 @@ This project is supported by [jetbrains](https://www.jetbrains.com/) with 1 ALL
491489

492490
## License
493491

494-
Copyright (c) 2019 [Anthony Nahas](https://github.com/AnthonyNahas). Licensed under the MIT License (MIT)
492+
Copyright (c) 2019-2020 [Anthony Nahas](https://github.com/AnthonyNahas). Licensed under the MIT License (MIT)
495493

projects/angular-material-extensions/password-strength/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4848
},
4949
"peerDependencies": {
50-
"@angular/common": "^10.0.14",
51-
"@angular/core": "^10.0.14",
52-
"@angular/forms": "^10.0.14",
53-
"@angular/cdk": "^10.1.3",
54-
"@angular/material": "^10.1.3"
50+
"@angular/common": "^11.0.2",
51+
"@angular/core": "^11.0.2",
52+
"@angular/forms": "^11.0.2",
53+
"@angular/cdk": "^11.0.0",
54+
"@angular/material": "^11.0.0"
5555
},
5656
"engines": {
5757
"node": ">=10.13"

0 commit comments

Comments
 (0)