Skip to content

Commit

Permalink
fix(project): updated reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 1, 2022
1 parent 65f5039 commit 6d525ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ View all the directives and components in action at [https://anthonynahas.github
<a name="dependencies"/>

## Dependencies
* [Angular](https://angular.io) developed and tested with `11.x`
* [Angular](https://angular.io) developed and tested with `14.x`

---

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-mailto/package.json
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/anthonynahas/ngx-mailto/issues"
},
"scripts": {
"build": "../../node_modules/.bin/ng build ngx-mailto --prod",
"build": "../../node_modules/.bin/ng build ngx-mailto --configuration=production",
"build:schematics": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
"clean": "rm -rf ../../dist",
"lint": "../../node_modules/.bin/ng lint ngx-mailto",
Expand Down

0 comments on commit 6d525ea

Please sign in to comment.