chore: remove upcoming v3 notice
This commit is contained in:
parent
61a435d6c2
commit
d61d4651b9
|
@ -10,7 +10,6 @@
|
||||||
"scripts"
|
"scripts"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node scripts/postinstall",
|
|
||||||
"test": "node ./test.js"
|
"test": "node ./test.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
#!/usr/bin/env node
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
// BG WH \u001b[47m
|
|
||||||
// BOLD \u001b[1m
|
|
||||||
// RED \u001b[31m
|
|
||||||
// GREEN \u001b[32m
|
|
||||||
// RESET \u001b[0m
|
|
||||||
|
|
||||||
setTimeout(function() {
|
|
||||||
[
|
|
||||||
'',
|
|
||||||
'\u001b[31mGreenlock and ACME.js v3 are on the way!\u001b[0m',
|
|
||||||
'Watch for updates at https://indiegogo.com/at/greenlock',
|
|
||||||
''
|
|
||||||
]
|
|
||||||
.forEach(function(line) {
|
|
||||||
console.info(line);
|
|
||||||
});
|
|
||||||
}, 300);
|
|
||||||
|
|
||||||
setTimeout(function() {
|
|
||||||
// give time to read
|
|
||||||
}, 1500);
|
|
Loading…
Reference in New Issue