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" ] }