Skip to content

Commit 9285e0f

Browse files
authored
Update firebase-functions dependency to v1.0.0 (#4)
1 parent 28a081b commit 9285e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@types/chai": "^4.1.2",
2323
"@types/mocha": "^5.0.0",
2424
"chai": "^4.1.2",
25-
"firebase-functions": "https://storage.googleapis.com/functions-dev-preview/firebase-functions-1.0.0-rc5.tgz",
25+
"firebase-functions": "^1.0.0",
2626
"mocha": "^5.0.5",
2727
"sinon": "^4.4.9",
2828
"tslint": "^5.8.0",
2929
"typescript": "^2.4.1"
3030
},
3131
"peerDependencies": {
32-
"firebase-functions": "https://storage.googleapis.com/functions-dev-preview/firebase-functions-1.0.0-rc4.tgz"
32+
"firebase-functions": "^1.0.0"
3333
},
3434
"engines": {
3535
"node": ">=6.0.0"

0 commit comments

Comments
 (0)