[update] fixed project name

This commit is contained in:
2023-10-10 04:24:10 +07:00
parent 9341b05f89
commit fad60e4f72
3 changed files with 8 additions and 8 deletions

View File

@@ -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": {

4
package-lock.json generated
View File

@@ -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",

View File

@@ -1,5 +1,5 @@
{
"name": "cm-finance-web",
"name": "cathaypay-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",