chore: remove upcoming v3 notice

This commit is contained in:
AJ ONeal 2024-05-13 12:24:58 -06:00
parent 61a435d6c2
commit d61d4651b9
No known key found for this signature in database
GPG Key ID: F1D692A76F70CF98
2 changed files with 0 additions and 25 deletions

View File

@ -10,7 +10,6 @@
"scripts" "scripts"
], ],
"scripts": { "scripts": {
"postinstall": "node scripts/postinstall",
"test": "node ./test.js" "test": "node ./test.js"
}, },
"repository": { "repository": {

View File

@ -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);