Skip to content

Commit b35b30b

Browse files
author
Jonas Gauffin
committed
Updated npm packages.
1 parent 4d0ef4f commit b35b30b

File tree

4 files changed

+1549
-1104
lines changed

4 files changed

+1549
-1104
lines changed

src/Server/Coderr.Server.WebSite/ClientApp/angular.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": 1,
77
"newProjectRoot": "projects",
88
"projects": {
9-
"CoderrAngular2": {
9+
"coderr-frontend": {
1010
"root": "",
1111
"sourceRoot": "src",
1212
"projectType": "application",
@@ -67,19 +67,19 @@
6767
"serve": {
6868
"builder": "@angular-devkit/build-angular:dev-server",
6969
"options": {
70-
"browserTarget": "CoderrAngular2:build",
70+
"browserTarget": "coderr-frontend:build",
7171
"disableHostCheck": true
7272
},
7373
"configurations": {
7474
"production": {
75-
"browserTarget": "CoderrAngular2:build:production"
75+
"browserTarget": "coderr-frontend:build:production"
7676
}
7777
}
7878
},
7979
"extract-i18n": {
8080
"builder": "@angular-devkit/build-angular:extract-i18n",
8181
"options": {
82-
"browserTarget": "CoderrAngular2:build"
82+
"browserTarget": "coderr-frontend:build"
8383
}
8484
},
8585
"test": {
@@ -132,15 +132,15 @@
132132
}
133133
}
134134
},
135-
"CoderrAngular2-e2e": {
135+
"coderr-frontend-e2e": {
136136
"root": "e2e/",
137137
"projectType": "application",
138138
"architect": {
139139
"e2e": {
140140
"builder": "@angular-devkit/build-angular:protractor",
141141
"options": {
142142
"protractorConfig": "e2e/protractor.conf.js",
143-
"devServerTarget": "CoderrAngular2:serve"
143+
"devServerTarget": "coderr-frontend:serve"
144144
}
145145
},
146146
"lint": {
@@ -153,5 +153,5 @@
153153
}
154154
}
155155
},
156-
"defaultProject": "CoderrAngular2"
156+
"defaultProject": "coderr-frontend"
157157
}

0 commit comments

Comments
 (0)