From d4e9d66b4ed443dc735523c7db00ab7f3b4aa58c Mon Sep 17 00:00:00 2001 From: Mirek Stanek Date: Sat, 6 Jan 2018 11:18:27 +0100 Subject: [PATCH] updated gitignore and dependencies --- .gitignore | 1 + functions/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73c58f0..fb89468 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ typings/ functions/node_modules functions/package-lock.json +.idea diff --git a/functions/package.json b/functions/package.json index aec161f..7115b8a 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "dependencies": { - "actions-on-google": "^1.0.0", + "actions-on-google": "^1.7.0", "firebase": "^4.5.1", "firebase-admin": "~5.4.0", "firebase-functions": "^0.7.0",