rename aml

This commit is contained in:
Sebastian 2023-06-05 10:04:09 -03:00
parent df53866e6b
commit c680f5aa71
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069
74 changed files with 215 additions and 264 deletions

View File

@ -6,10 +6,10 @@ include .config.mk
all:
@echo run \'make install\' to install
spa_dir=$(prefix)/share/taler/exchange-backoffice-ui
spa_dir=$(prefix)/share/taler/aml-backoffice-ui
install:
pnpm install --frozen-lockfile --filter @gnu-taler/exchange-backoffice-ui...
pnpm install --frozen-lockfile --filter @gnu-taler/aml-backoffice-ui...
pnpm run check
pnpm run build
install -d $(spa_dir)

View File

@ -1,6 +1,6 @@
{
"private": true,
"name": "@gnu-taler/exchange-backoffice-ui",
"name": "@gnu-taler/aml-backoffice-ui",
"version": "0.1.0",
"author": "sebasjm",
"license": "AGPL-3.0-OR-LATER",
@ -62,6 +62,6 @@
"typescript": "4.9.4"
},
"pogen": {
"domain": "exchange-backoffice"
"domain": "aml-backoffice"
}
}

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because it is too large Load Diff