1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-04 09:17:36 +03:00

Update project version to 4.0.0 and adjust configuration files

This commit is contained in:
Adolfo Gómez García 2024-11-13 16:06:36 +01:00
parent dffad080c4
commit b1a7e568ff
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
3 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ {
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": { "cli": {
"analytics": false "analytics": false
}, },
"version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"uds": { "uds": {

View File

@ -1,6 +1,6 @@
{ {
"name": "uds", "name": "uds",
"version": "3.0.0", "version": "4.0.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",

View File

@ -2,7 +2,7 @@
{ {
"compileOnSave": false, "compileOnSave": false,
"compilerOptions": { "compilerOptions": {
"baseUrl": "./", "baseUrl": "./src",
"outDir": "./dist/out-tsc", "outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"esModuleInterop": true, "esModuleInterop": true,