Skip to content

Commit

Permalink
build: fix dashboard deployment
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 committed Dec 24, 2017
1 parent 5414480 commit 1de4d7f
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 1de4d7f

Please sign in to comment.