1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-02 01:17:35 +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",
"version": 1,
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
"uds": {

View File

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

View File

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