diff --git a/README.md b/README.md index 1147a5c..6ec5c7f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ View all the directives and components in action at [https://anthonynahas.github ## Dependencies -* [Angular](https://angular.io) developed and tested with `11.x` +* [Angular](https://angular.io) developed and tested with `14.x` --- diff --git a/projects/ngx-mailto/package.json b/projects/ngx-mailto/package.json index 23a5155..5e64d63 100644 --- a/projects/ngx-mailto/package.json +++ b/projects/ngx-mailto/package.json @@ -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",