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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-18 11:49:05 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 12:13:30 +0300
commit51a7a7942beafde2b08e54f0b4c491b1e93bceab (patch)
tree4cd930fdd792b10e65383c049fe2abf07d7d9371
parent89899eabf8c2f7926acd9f85cbd19733f3ffd2f4 (diff)
Drop node.js 4 support.
-rw-r--r--.travis.yml1
-rw-r--r--package.json2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e9fc9b..ee19bfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: false
language: node_js
node_js:
- - "4"
- "6"
- "8"
- "10"
diff --git a/package.json b/package.json
index 03e785e..f69e314 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"lint"
],
"engines": {
- "node": ">=4"
+ "node": ">=6"
},
"files": [
"tasks",