Skip to content

Commit

Permalink
fix(project): adapted the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 25, 2022
1 parent a52d974 commit c65ec27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</p>


`Please use lib v8 only with angular v14`
`Please use lib v8 only with angular v15`

## Built by and for developers :heart:

Expand Down Expand Up @@ -65,7 +65,7 @@ at [https://angular-material-extensions.github.io/google-maps-autocomplete](http

## Dependencies

* [Angular](https://angular.io) (*requires* Angular latest | we are using already V14 ;)
* [Angular](https://angular.io) (*requires* Angular latest | we are using already v15 ;)

for the directive as standalone you just need to install the agm core module

Expand Down Expand Up @@ -110,10 +110,10 @@ npm install --save @angular-material-extensions/google-maps-autocomplete

for the ui input component, please consider installing the following packages

- [angular animations v14.x](https://www.npmjs.com/package/@angular/animations)
- [angular forms v14.x](https://www.npmjs.com/package/@angular/forms)
- [angular material v14.x](https://www.npmjs.com/package/@angular/material)
- [angular cdk v14.x](https://www.npmjs.com/package/@angular/cdk)
- [angular animations v15.x](https://www.npmjs.com/package/@angular/animations)
- [angular forms v15.x](https://www.npmjs.com/package/@angular/forms)
- [angular material v15.x](https://www.npmjs.com/package/@angular/material)
- [angular cdk v15.x](https://www.npmjs.com/package/@angular/cdk)
- [agm - angular google maps v3.0.0-beta.0](https://www.npmjs.com/package/@agm/core)

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
"release:custom": "../../../node_modules/.bin/release-it 9.0.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 9.0.1 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit c65ec27

Please sign in to comment.