From 70e77e38aa17e402eb1ae90363da30356896aa3a Mon Sep 17 00:00:00 2001 From: Amio Date: Sun, 29 Jul 2018 16:26:04 +0800 Subject: [PATCH] chore: add package-lock.json to now deployment --- now.json | 1 + 1 file changed, 1 insertion(+) diff --git a/now.json b/now.json index 8b5729c..13dcd76 100644 --- a/now.json +++ b/now.json @@ -6,6 +6,7 @@ ], "public": true, "files": [ + "package-lock.json", "service.js", "libs" ],