0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

Update min node version, md5 dependency requires it

This commit is contained in:
Juan Picado 2017-04-17 12:18:13 +02:00
parent 4edbd47088
commit 92a9174603
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -75,7 +75,7 @@
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
"node": ">=4"
"node": ">=4.6.1"
},
"preferGlobal": true,
"publishConfig": {