0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

feat: engines and npm upgraded to v8 and v5

This commit is contained in:
Juan Picado @jotadeveloper 2019-03-28 07:22:48 +01:00
parent c968120fa8
commit 89b0efe164
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -172,8 +172,8 @@
"build:docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
"node": ">=6.12.0",
"npm": ">=3"
"node": ">=8.15.0",
"npm": ">=5"
},
"preferGlobal": true,
"husky": {