From c54b4c72ae2ee9200a48300348207a798ce737d2 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Mon, 4 Feb 2019 13:28:23 -0800 Subject: [PATCH] chore: refactor now.json --- now.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/now.json b/now.json index 64ca9f0f..185f506b 100644 --- a/now.json +++ b/now.json @@ -9,15 +9,6 @@ } }, "engines": { - "node": "8" - }, - "files": [ - "copy.js", - "lib", - "next.config.js", - "package-lock.json", - "pages", - "src", - "static" - ] + "node": "10" + } }