Skip to content

Commit

Permalink
fix(lib): updated the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Feb 8, 2020
1 parent 766e073 commit 8556453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
src="https://cdn.jsdelivr.net/gh/angular-material-extensions/fab-menu@master/assets/angular-material-extensions-logo.svg">
</p>

# @angular-material-extensions/fab-menu - Angular Material component that allow users to select a country or nationality with an autocomplete feature - Angular V8 supported incl. schematics
# @angular-material-extensions/fab-menu - Angular Material component that allow users to select a country or nationality with an autocomplete feature - Angular V9 supported incl. schematics

[![npm version](https://badge.fury.io/js/%40angular-material-extensions%2Ffab-menu.svg)](https://badge.fury.io/js/%40angular-material-extensions%2Ffab-menu)
[![npm demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://angular-material-extensions.github.io/fab-menu)
Expand Down Expand Up @@ -269,6 +269,8 @@ fabCountries: MatFabMenu[] = [

Build the library

after installing the dependencies with `npm i`

```bash
$ npm run build:lib
```
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-material-extensions/fab-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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",
"release:version": "../../../node_modules/.bin/release-it 1.0.0 --ci",
"release:version": "../../../node_modules/.bin/release-it 2.0.0 --ci",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/fab-menu",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 8556453

Please sign in to comment.