mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Update min node version, md5 dependency requires it
This commit is contained in:
parent
0ef1286c37
commit
df697b9461
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue