Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Rename vantage6-ui-new to vantage6-UI in the package config
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanb committed Jan 23, 2024
1 parent d673ccb commit e6bd357
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions new-frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"vantage6-ui-new": {
"vantage6-UI": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/vantage6-ui-new",
"outputPath": "dist/vantage6-UI",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": ["zone.js"],
Expand Down Expand Up @@ -64,18 +64,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "vantage6-ui-new:build:production"
"browserTarget": "vantage6-UI:build:production"
},
"development": {
"browserTarget": "vantage6-ui-new:build:development"
"browserTarget": "vantage6-UI:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "vantage6-ui-new:build"
"browserTarget": "vantage6-UI:build"
}
},
"test": {
Expand Down
4 changes: 2 additions & 2 deletions new-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion new-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vantage6-ui-new",
"name": "vantage6-UI",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit e6bd357

Please sign in to comment.