There was a problem fetching the pipeline summary.
[enh] change addon path to absolute and autorize node 8
{ | ||
"name": "wotb-rs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Makes Web of Trust computations for the Duniter project.", | ||
"main": "lib/index.js", | ||
"repository": { | ||
... | ... | @@ -10,7 +10,7 @@ |
"author": "librelois <elois@ifee.fr>", | ||
"license": "AGPL-3.0", | ||
"engines": { | ||
"node": ">=9.4.0", | ||
"node": ">=8.11.1", | ||
"npm": ">=5.6.0" | ||
}, | ||
"dependencies": { | ||
... | ... |
Please register or sign in to comment