chore: pin to zeit v1 for the time being (#994)

more junk I am doing to try to address #985
This commit is contained in:
Nolan Lawson 2019-02-14 23:56:48 -08:00 committed by GitHub
parent 425d4c74aa
commit 2c98bbda58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 24 deletions

25
now.json Normal file
View File

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

View File

@ -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"