From fad60e4f7262a69a52197f46c524f68910c99b32 Mon Sep 17 00:00:00 2001 From: Supichai Pothong Date: Tue, 10 Oct 2023 04:24:10 +0700 Subject: [PATCH] [update] fixed project name --- angular.json | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/angular.json b/angular.json index 39ab85d..d0576c9 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "cm-finance-web": { + "cathaypay-web": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/cm-finance-web", + "outputPath": "dist/cathaypay-web", "index": "src/index.html", "main": "src/main.ts", "polyfills": [ @@ -78,10 +78,10 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "browserTarget": "cm-finance-web:build:production" + "browserTarget": "cathaypay-web:build:production" }, "development": { - "browserTarget": "cm-finance-web:build:development" + "browserTarget": "cathaypay-web:build:development" } }, "defaultConfiguration": "development" @@ -89,7 +89,7 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "cm-finance-web:build" + "browserTarget": "cathaypay-web:build" } }, "test": { diff --git a/package-lock.json b/package-lock.json index 1a10010..949f581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "cm-finance-web", + "name": "cathaypay-web", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "cm-finance-web", + "name": "cathaypay-web", "version": "0.0.0", "dependencies": { "@angular/animations": "^15.2.0", diff --git a/package.json b/package.json index db18fae..f4e9d58 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cm-finance-web", + "name": "cathaypay-web", "version": "0.0.0", "scripts": { "ng": "ng",