e813fb4716
Remove project name from firebase.json, since that is deprecated. The `check-deploy` gulp task now checks that an active project is defined at the start of `check-deploy`. To set the active project use: `firebase use <project-or-alias-name>`. Fixes #2576
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
{
|
|
"projects": {
|
|
"live": "angular-io",
|
|
"ngdocsdev": "ngdocsdev",
|
|
"kw-dev": "kw-angular-io",
|
|
"dev": "angular-io-dev"
|
|
}
|
|
} |