Skip to content

Commit

Permalink
Fix example with-firebase-hosting-and-typescript (#7971)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukin01 authored and Luis Fernando Alvarez D committed Jul 15, 2019
1 parent fad4ec3 commit cdf4f0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-firebase-hosting-and-typescript/package.json
Expand Up @@ -21,8 +21,8 @@
"install-deps": "cd \"dist/functions\" && npm i"
},
"dependencies": {
"firebase-admin": "^6.3.0",
"firebase-functions": "^2.1.0",
"firebase-admin": "^8.0.0",
"firebase-functions": "^3.1.0",
"next": "latest",
"react": "16.8.6",
"react-dom": "16.8.6"
Expand All @@ -33,7 +33,7 @@
"@types/react-dom": "16.8.4",
"cpx": "1.5.0",
"cross-env": "5.2.0",
"firebase-tools": "^6.1.0",
"firebase-tools": "^7.1.0",
"rimraf": "2.6.2",
"tslint": "^5.11.0",
"tslint-react": "^3.6.0",
Expand Down
@@ -0,0 +1,3 @@
module.exports = {
distDir: '../../dist/functions/next'
}

0 comments on commit cdf4f0a

Please sign in to comment.