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:
parent
c968120fa8
commit
89b0efe164
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue