forked from sombochea/verdaccio-ui
fix: engine warning on console for ui (#403)
* fix: engine warning on console for ui * chore: update snapshots * chore: remove u flag * chore: add readme note * chore: update README.md Co-Authored-By: Daniel Ruf <827205+DanielRuf@users.noreply.github.com> Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
787dda4a01
commit
d554049699
@@ -186,7 +186,7 @@
|
||||
"dev": "concurrently --kill-others \"npm run dev:web\" \"npm run verdaccio:server\""
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.13.0",
|
||||
"node": ">= 8",
|
||||
"npm": ">=5"
|
||||
},
|
||||
"husky": {
|
||||
|
||||
Reference in New Issue
Block a user