Deep rename

This commit is contained in:
Kerry Johnson 2021-02-28 09:11:10 -07:00
parent 7b2be34873
commit 5f18537bd5
4 changed files with 28154 additions and 130 deletions

View file

@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ngx-admin-demo": {
"thingbook-ui": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
@ -88,18 +88,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-admin-demo:build"
"browserTarget": "thingbook-ui:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-admin-demo:build:production"
"browserTarget": "thingbook-ui:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-admin-demo:build"
"browserTarget": "thingbook-ui:build"
}
},
"test": {
@ -156,8 +156,8 @@
}
}
},
"ngx-admin-demo-e2e": {
"root": "",
"thingbook-ui-e2e": {
"root": "e2e",
"sourceRoot": "",
"projectType": "application",
"architect": {
@ -165,7 +165,7 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "ngx-admin-demo:serve"
"devServerTarget": "thingbook-ui:serve"
}
},
"lint": {
@ -180,7 +180,7 @@
}
}
},
"defaultProject": "ngx-admin-demo",
"defaultProject": "thingbook-ui",
"schematics": {
"@schematics/angular:component": {
"prefix": "ngx",
@ -190,4 +190,4 @@
"prefix": "ngx"
}
}
}
}