Skip to content

Commit

Permalink
Update firebase-functions peer dependency (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenzlong authored Jul 20, 2018
1 parent 7f85e22 commit f6c3b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"chai": "^4.1.2",
"firebase-functions": "^1.0.1",
"firebase-functions": ">1.0.1",
"firebase-admin": "^5.12.0",
"mocha": "^5.0.5",
"sinon": "^4.4.9",
"tslint": "^5.8.0",
"typescript": "^2.4.1"
},
"peerDependencies": {
"firebase-functions": "^1.0.1",
"firebase-functions": ">1.0.1",
"firebase-admin": "^5.12.0"
},
"engines": {
Expand Down

0 comments on commit f6c3b9a

Please sign in to comment.