Setup.js Extra Variables

This commit is contained in:
Ashutosh Kumar 2019-11-21 18:59:14 +05:30
parent ce70102a8f
commit 8b2acad787
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
"xxhashjs": "^0.2.1" "xxhashjs": "^0.2.1"
}, },
"engines": { "engines": {
"node": ">=10.13.0" "node": ">=8.10.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -17,7 +17,7 @@ function setup() {
}); });
} }
}) })
.then(message => { .then(() => {
process.exitCode = 0; process.exitCode = 0;
}) })
.catch(e => { .catch(e => {