From 60c81d1cba1d3e6be48a5cf6bb444ffbc4a2637e Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 7 Sep 2018 09:39:10 +0100 Subject: [PATCH] Update paths --- .eslintignore | 1 - now.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index f13d47f..2132595 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,5 +2,4 @@ /browser /coverage /node_modules -/test/server/vendor /website diff --git a/now.json b/now.json index 8ae9a3a..22816d6 100644 --- a/now.json +++ b/now.json @@ -11,6 +11,7 @@ "lib", "test", "website", + ".babelrc", "server.js" ] }