This commit is contained in:
parent
0955d18339
commit
ef4aefd3e9
5
ci.js
5
ci.js
@ -57,6 +57,11 @@ else {
|
|||||||
ok = false;
|
ok = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!Array.isArray(pkg.keywords) || pkg.keywords.length < 1) {
|
||||||
|
console.log ('keywords empty');
|
||||||
|
ok = false;
|
||||||
|
}
|
||||||
|
|
||||||
function major (version) {
|
function major (version) {
|
||||||
return version.replace (/\.[0-9x]+$/ui, '');
|
return version.replace (/\.[0-9x]+$/ui, '');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user