Skip to content

Commit

Permalink
build: fix dashboard deployment (#9118)
Browse files Browse the repository at this point in the history
Fixes the dashboard failing to deploy due to an error in `firebase@4.8.1`. Locks down the version to 4.8.0 for now. See angular/angularfire#1385.
  • Loading branch information
crisbeto authored and jelbourn committed Jan 2, 2018
1 parent 474121b commit 2163c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"angularfire2": "^5.0.0-rc.2",
"core-js": "^2.4.1",
"d3": "^4.9.1",
"firebase": "^4.5.0",
"firebase": "4.8.0",
"rxjs": "^5.4.2",
"zone.js": "^0.8.12"
},
Expand Down

0 comments on commit 2163c17

Please # to comment.