specify npm version in the engine

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
Augustin Husson 2021-09-16 20:58:00 +02:00
parent d1f051381e
commit 545fbfd7f4
2 changed files with 8 additions and 2 deletions

View file

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

View file

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