specify npm version in the engine

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
pull/9351/head
Augustin Husson 4 years ago
parent d1f051381e
commit 545fbfd7f4
  1. 5
      web/ui/package-lock.json
  2. 5
      web/ui/package.json

@ -8,7 +8,10 @@
"workspaces": [
"react-app",
"module/*"
]
],
"engines": {
"npm": ">=7.0.0"
}
},
"module/codemirror-promql": {
"version": "0.18.0",

@ -12,5 +12,8 @@
"workspaces": [
"react-app",
"module/*"
]
],
"engines": {
"npm": ">=7.0.0"
}
}

Loading…
Cancel
Save