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",