Skip to content

Commit

Permalink
Merge 2d7ab18 into a516875
Browse files Browse the repository at this point in the history
  • Loading branch information
thechenky committed Jun 6, 2019
2 parents a516875 + 2d7ab18 commit dbb6272
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions templates/init/functions/javascript/package.lint.json
Expand Up @@ -10,16 +10,16 @@
"logs": "firebase functions:log"
},
"engines": {
"node" : "8"
"node": "8"
},
"dependencies": {
"firebase-admin": "~7.0.0",
"firebase-functions": "^2.3.0"
"firebase-admin": "^8.0.0",
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-functions-test": "^0.1.6"
},
"private": true
}
}
8 changes: 4 additions & 4 deletions templates/init/functions/javascript/package.nolint.json
Expand Up @@ -9,14 +9,14 @@
"logs": "firebase functions:log"
},
"engines": {
"node" : "8"
"node": "8"
},
"dependencies": {
"firebase-admin": "~7.0.0",
"firebase-functions": "^2.3.0"
"firebase-admin": "^8.0.0",
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"firebase-functions-test": "^0.1.6"
},
"private": true
}
}
8 changes: 4 additions & 4 deletions templates/init/functions/typescript/package.lint.json
Expand Up @@ -10,16 +10,16 @@
"logs": "firebase functions:log"
},
"engines": {
"node" : "8"
"node": "8"
},
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "~7.0.0",
"firebase-functions": "^2.3.0"
"firebase-admin": "^8.0.0",
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"private": true
}
}
8 changes: 4 additions & 4 deletions templates/init/functions/typescript/package.nolint.json
Expand Up @@ -9,15 +9,15 @@
"logs": "firebase functions:log"
},
"engines": {
"node" : "8"
"node": "8"
},
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "~7.0.0",
"firebase-functions": "^2.3.0"
"firebase-admin": "^8.0.0",
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"typescript": "^3.2.2"
},
"private": true
}
}

0 comments on commit dbb6272

Please sign in to comment.