FIX #21366 TIME 0:10 Prerequisites node and npm
.npmrc
0 → 100644
... | @@ -3,6 +3,10 @@ | ... | @@ -3,6 +3,10 @@ |
"version": "21.03.1", | "version": "21.03.1", | ||
"description": "Annoter ou Signer vos documents sur votre tablette", | "description": "Annoter ou Signer vos documents sur votre tablette", | ||
"homepage": "https://labs.maarch.org/maarch/MaarchParapheur", | "homepage": "https://labs.maarch.org/maarch/MaarchParapheur", | ||
"engines" : { | |||
"npm" : ">=6.14.5", | |||
"node" : ">=14.4.0" | |||
}, | |||
"scripts": { | "scripts": { | ||
"dep-list": "npm list --depth=0", | "dep-list": "npm list --depth=0", | ||
"check-update": "ncu", | "check-update": "ncu", | ||
... | ... |
Please register or sign in to comment