Skip to content

Commit

Permalink
minimum node version is actually 8 now
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Jul 2, 2019
1 parent 5f4c74d commit 24e8da1
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:
- "6"
- "8"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ I no longer use Gulp and therefore I'm not able to maintain this plugin as well

## Node Version Requirements

Due to the native support of ES2015 syntax in newer versions of Node, this plugin requires at least Node v6. If you need to maintain support for older versions of Node, version 1.6.0 of this plugin is the last release that will support Node versions less than 6.
Due to the native support of ES2015 syntax in newer versions of Node, this plugin requires at least Node v8. If you need to maintain support for older versions of Node, version 1.6.0 of this plugin is the last release that will support Node versions less than 8.


## Install
Expand Down

0 comments on commit 24e8da1

Please sign in to comment.