update some stuff...
This commit is contained in:
parent
97e5a847b8
commit
7de7cc651d
|
@ -1,5 +1,4 @@
|
||||||
channel version date
|
channel version date
|
||||||
alpha v0.15.5 2018-06-14T09:56:53Z
|
|
||||||
prod v0.15.4 2018-06-14T09:37:22Z
|
prod v0.15.4 2018-06-14T09:37:22Z
|
||||||
beta v0.15.3 2018-06-14T07:07:21Z
|
beta v0.15.3 2018-06-14T07:07:21Z
|
||||||
prod v0.12.0 2018-06-07T07:43:21Z
|
prod v0.12.0 2018-06-07T07:43:21Z
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
module.exports = function (pkg, root, cb) {
|
module.exports = function (opts, cb) {
|
||||||
|
var pkg = opts.package;
|
||||||
|
var root = opts.root;
|
||||||
|
|
||||||
|
//console.log('DEBUG pkg', pkg);
|
||||||
|
//console.log('DEBUG root', root);
|
||||||
process.nextTick(function () {
|
process.nextTick(function () {
|
||||||
cb(null, { message: "upgrade complete" });
|
cb(null, { message: "upgrade complete" });
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Telebit™</title>
|
<title>Telebit™ Cloud</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<style>
|
<style>
|
||||||
/* http://www.karlgroves.com/2013/12/17/quick-tip-text-characters-as-visual-separators/ */
|
/* http://www.karlgroves.com/2013/12/17/quick-tip-text-characters-as-visual-separators/ */
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
<script>document.body.hidden = true;</script>
|
<script>document.body.hidden = true;</script>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<h1>Telebit</h1>
|
<h1>Telebit Cloud</h1>
|
||||||
<p>Friends don't let friends localhost.</p>
|
<p>Because friends don't let friends localhost.</p>
|
||||||
<p>Friends enable friends to share anything, access anywhere, connect anytime.</p>
|
<p>Friends enable friends to share anything, access anywhere, connect anytime.</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue