Skip to content

Commit 549f224

Browse files
committed
Update references to angular-electron to iot-bbq.
1 parent 5d9677b commit 549f224

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/IotBbq.App/IotBbq.JsApp/angular.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"angular-electron": {
6+
"iot-bbq": {
77
"root": "",
88
"sourceRoot": "src",
99
"projectType": "application",
@@ -73,21 +73,21 @@
7373
"serve": {
7474
"builder": "@angular-devkit/build-angular:dev-server",
7575
"options": {
76-
"browserTarget": "angular-electron:build"
76+
"browserTarget": "iot-bbq:build"
7777
},
7878
"configurations": {
7979
"dev": {
80-
"browserTarget": "angular-electron:build:dev"
80+
"browserTarget": "iot-bbq:build:dev"
8181
},
8282
"production": {
83-
"browserTarget": "angular-electron:build:production"
83+
"browserTarget": "iot-bbq:build:production"
8484
}
8585
}
8686
},
8787
"extract-i18n": {
8888
"builder": "@angular-devkit/build-angular:extract-i18n",
8989
"options": {
90-
"browserTarget": "angular-electron:build"
90+
"browserTarget": "iot-bbq:build"
9191
}
9292
},
9393
"test": {
@@ -128,15 +128,15 @@
128128
}
129129
}
130130
},
131-
"angular-electron-e2e": {
131+
"iot-bbq-e2e": {
132132
"root": "e2e",
133133
"projectType": "application",
134134
"architect": {
135135
"e2e": {
136136
"builder": "@angular-devkit/build-angular:protractor",
137137
"options": {
138138
"protractorConfig": "e2e/protractor.conf.js",
139-
"devServerTarget": "angular-electron:serve"
139+
"devServerTarget": "iot-bbq:serve"
140140
}
141141
},
142142
"lint": {
@@ -153,7 +153,7 @@
153153
}
154154
}
155155
},
156-
"defaultProject": "angular-electron",
156+
"defaultProject": "iot-bbq",
157157
"schematics": {
158158
"@schematics/angular:component": {
159159
"prefix": "app",

src/IotBbq.App/IotBbq.JsApp/electron-builder.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"productName": "angular-electron",
2+
"productName": "iot-bbq",
33
"directories": {
44
"output": "release/"
55
},

0 commit comments

Comments
 (0)