mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
specify npm version in the engine
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
d1f051381e
commit
545fbfd7f4
5
web/ui/package-lock.json
generated
5
web/ui/package-lock.json
generated
|
@ -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…
Reference in a new issue