Skip to content

Commit 04e472d

Browse files
realitykingMike-Dax
authored andcommittedSep 11, 2018
Require Node.js 6
1 parent c4bdaa2 commit 04e472d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "10"
4+
- "8"
5+
- "6"
46

57
notifications:
68
email: false
79

8-
sudo: false
10+
sudo: false

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"url": "https://github.com/Mike-Dax/node-detective-less/issues"
3232
},
3333
"homepage": "https://github.com/Mike-Dax/node-detective-less",
34+
"engines": {
35+
"node": ">= 6.0"
36+
},
3437
"devDependencies": {
3538
"mocha": "~2.0.1"
3639
},

0 commit comments

Comments
 (0)
Please sign in to comment.