Skip to content

Commit

Permalink
Updating required node version to 6 due to es2015 support requirement…
Browse files Browse the repository at this point in the history
…s for node
  • Loading branch information
jameelmoses committed Jun 28, 2019
1 parent eb74b15 commit 38d88d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
sudo: false
language: node_js
node_js:
- "4.1"
- "6"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"index.js"
],
"engines": {
"node": ">=4"
"node": ">=6"
},
"repository": "jackfranklin/gulp-load-plugins",
"keywords": [
Expand Down

0 comments on commit 38d88d9

Please sign in to comment.