fix maintainer email

Tento commit je obsažen v:
AJ ONeal 2019-10-30 13:14:26 -06:00
rodič 7a2de022fa
revize 18b36d7d23

Zobrazit soubor

@ -69,7 +69,7 @@ function addGreenlockAgent(opts) {
} }
// ex: John Doe <john@example.com> (https://john.doe) // ex: John Doe <john@example.com> (https://john.doe)
var looseEmailRe = /.* <([^'" <>:;`]+@[^'" <>:;`]+\.[^'" <>:;`]+)> .*/; var looseEmailRe = /.*([^'" <>:;`]+@[^'" <>:;`]+\.[^'" <>:;`]+).*/;
function parsePackage(opts) { function parsePackage(opts) {
// 'package' is sometimes a reserved word // 'package' is sometimes a reserved word
var pkg = opts.package || opts.pkg; var pkg = opts.package || opts.pkg;