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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-19 12:57:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-19 13:23:37 +0300
commita4f260d0a864c2c0269d2fb563a9408aa8b689da (patch)
tree1a2ac52ce230e99b31ef632ec72b892e6dcc5cc9 /package.json
parent3731f0d271d19be4876a4cb5672c18fda2baec14 (diff)
Drop Node.js < 8 support.
Node.js 6 goes EOL on April 2019.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 73644876eb..70fb5f367b 100644
--- a/package.json
+++ b/package.json
@@ -145,7 +145,7 @@
"vnu-jar": "18.11.5"
},
"engines": {
- "node": ">=6"
+ "node": ">=8"
},
"files": [
"dist/{css,js}/*.{css,js,map}",