From 3c33c90a05438d36fec592c3167986d129f69c7e Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 29 Aug 2018 17:55:56 +0800 Subject: [PATCH] fix package.json in funtions --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 48fc22d5..85564395 100644 --- a/functions/package.json +++ b/functions/package.json @@ -17,7 +17,7 @@ "mockjs": "^1.0.1-beta3", "moment": "^2.22.2", "path-to-regexp": "^2.2.1", - "@babel/runtime": "7.0.0-beta.46" + "@babel/runtime": "^7.0.0" }, "private": true } -- GitLab