Skip to content

Commit

Permalink
Update minimum supported Node version to Node 6
Browse files Browse the repository at this point in the history
This commit defines the support policy of `gulp-livereload`. This plugin targets officially maintained Node versions. It currently covers the versions 6, 8, and 10.
  • Loading branch information
demurgos committed Aug 28, 2018
1 parent f7eeeba commit 5af4318
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
# Support policy: Maintained Node versions.
- '6'
- '8'
- '10'
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"gulpplugin",
"livereload"
],
"engines": {
"node": ">=6"
},
"dependencies": {
"chalk": "^0.5.1",
"debug": "^2.1.0",
Expand Down

0 comments on commit 5af4318

Please sign in to comment.