From 6d525ea04d073f39aec824be17f4b98cd572a1ad Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Sat, 2 Jul 2022 00:19:26 +0200 Subject: [PATCH] fix(project): updated reamde --- README.md | 2 +- projects/ngx-mailto/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",