Skip to content

Commit

Permalink
Deprecation of Node 8 environment - issue #10 can be closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Jun 28, 2020
1 parent a5bd961 commit 0bf38d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 58 deletions.
65 changes: 10 additions & 55 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions functions/package.json
Expand Up @@ -13,19 +13,19 @@
"daemon": "cross-env-shell RUN_DAEMON=true RUNNING_LOCAL=true \"npm run build && firebase emulators:start --only functions\""
},
"engines": {
"node": "8"
"node": "10"
},
"main": "lib/bin/index.js",
"dependencies": {
"body-parser": "^1.19.0",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.6.1",
"firebase-functions": "^3.7.0",
"firebase-functions-helper": "^0.7.5",
"http-errors": "^1.7.3",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"cross-env": "^7.0.2",
"pug": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0bf38d5

Please sign in to comment.