angular-cn/.firebaserc
Patrice Chalin e813fb4716 chore: fix firebase.json; check-deploy to active firebase project
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
2016-11-04 11:05:51 -07:00

8 lines
138 B
Plaintext

{
"projects": {
"live": "angular-io",
"ngdocsdev": "ngdocsdev",
"kw-dev": "kw-angular-io",
"dev": "angular-io-dev"
}
}