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