Skip to content

Commit 33ff919

Browse files
committed
docs(project): updated the readme
1 parent 44e7998 commit 33ff919

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
src="https://cdn.rawgit.com/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 v6 supported
7+
# @angular-material-extensions/password-strength - Material password strength meter to indicate how secure is the provided password - Angular V7 supported
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)
@@ -92,19 +92,19 @@ View all the directives and components in action at [https://angular-material-ex
9292
<a name="dependencies"/>
9393

9494
## Dependencies
95-
* [Angular](https://angular.io) developed and tested with `6.1.78`
95+
* [Angular](https://angular.io) developed and tested with `7.0.2`
9696

9797
---
9898

9999
<a name="peerDependencies"/>
100100

101101
## Requirements (peer dependencies):
102-
- [angular animations v6.1.8](https://www.npmjs.com/package/@angular/animations)
103-
- [angular forms v6.1.8](https://www.npmjs.com/package/@angular/forms)
104-
- [angular cdk v6.4.7](https://www.npmjs.com/package/@angular/cdk)
105-
- [angular material v6.4.7](https://www.npmjs.com/package/@angular/material)
102+
- [angular animations v7.0.2](https://www.npmjs.com/package/@angular/animations)
103+
- [angular forms v7.0.2](https://www.npmjs.com/package/@angular/forms)
104+
- [angular cdk v7.0.2](https://www.npmjs.com/package/@angular/cdk)
105+
- [angular material v7.0.2](https://www.npmjs.com/package/@angular/material)
106106

107-
- [angular material theme](https://material.angular.io/guide/getting-started#step-4-include-a-theme)
107+
- [angular material theme](https://material.angular.io/guide/getting-started#step-4-include-a-theme)
108108
- [angular material icons](https://material.angular.io/guide/getting-started#step-6-optional-add-material-icons)
109109

110110
```bash

0 commit comments

Comments
 (0)