chore(now) get back to v1, since v2 not support web sockets (zeit/micro#377)

This commit is contained in:
coderaiser 2019-03-22 12:57:56 +02:00
parent 6d8e58c5d8
commit 0a553558c4

View file

@ -1,10 +1,7 @@
{
"version": 2,
"version": 1,
"type": "npm",
"alias": "cloudcmd",
"builds": [{
"src": "bin/cloudcmd.js",
"use": "@now/node-server"
}],
"env": {
"cloudcmd_config_dialog": "true",
"cloudcmd_config_auth": "false",
@ -18,5 +15,30 @@
"cloudcmd_export_token": "hello",
"cloudcmd_name": "Cloud Commander - Now",
"cloudcmd_open": "false"
}
},
"engines": {
"node": "8"
},
"files": [
"bin",
"server",
".babelrc",
".madrun.js",
"css",
"font",
"favicon.ico",
"client",
"common",
"html",
"tmpl",
"img",
"man",
"modules",
"madrun.js",
".webpack",
"webpack.config.js",
"cssnano.config.js",
"json",
"HELP.md"
]
}