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:
parent
425d4c74aa
commit
2c98bbda58
25
now.json
Normal file
25
now.json
Normal 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"
|
||||
}
|
||||
}
|
24
package.json
24
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"
|
||||
|
|
Loading…
Reference in a new issue