From 2c98bbda58f6f670646f3c981a1bc4b76c146902 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 14 Feb 2019 23:56:48 -0800 Subject: [PATCH] chore: pin to zeit v1 for the time being (#994) more junk I am doing to try to address #985 --- now.json | 25 +++++++++++++++++++++++++ package.json | 24 ------------------------ 2 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 now.json diff --git a/now.json b/now.json new file mode 100644 index 00000000..001bac61 --- /dev/null +++ b/now.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "type": "npm", + "env": { + "NODE_ENV": "production" + }, + "files": [ + "bin", + "inline-script.js", + "original-static", + "scss", + "server.js", + "src", + "src-build", + "static", + "package.json", + "thirdparty", + "webpack", + "webpack.config.js", + "yarn.lock" + ], + "engines": { + "node": "^10.0.0" + } +} diff --git a/package.json b/package.json index a9492815..bfe5527a 100644 --- a/package.json +++ b/package.json @@ -158,30 +158,6 @@ "mode": "auto", "cjs": "vars" }, - "now": { - "type": "npm", - "env": { - "NODE_ENV": "production" - }, - "files": [ - "bin", - "inline-script.js", - "original-static", - "scss", - "server.js", - "src", - "src-build", - "static", - "package.json", - "thirdparty", - "webpack", - "webpack.config.js", - "yarn.lock" - ], - "engines": { - "node": "^10.0.0" - } - }, "greenkeeper": { "ignore": [ "sapper"