Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-01-10 20:34:26 +0300
committerLukas Eipert <leipert@gitlab.com>2019-01-14 14:41:38 +0300
commita7ff2dc4058cfdcdd4b5e36833b117fe69c9a242 (patch)
tree762277837dcd78d65ce6f71ca89f470443bdf076 /package.json
parent715f3400ae5e3358f784f4c945db21b8a5dc5a82 (diff)
Enforce node >= 8.10.0 with engines flag
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 325341f1ca7..b305ff76533 100644
--- a/package.json
+++ b/package.json
@@ -163,6 +163,7 @@
"yarn-deduplicate": "^1.0.5"
},
"engines": {
+ "node": ">=8.10.0",
"yarn": "^1.10.0"
}
}