Skip to content

Commit

Permalink
drop support for old non-es6 versions of node, maybe its time?
Browse files Browse the repository at this point in the history
  • Loading branch information
jergason committed Jun 6, 2019
1 parent 27c4b8a commit 06ef9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "iojs"
- "0.12"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com/)",
"author": "Jamison Dance <jergason@gmail.com> (http://jamison.dance.com/)",
"name": "recursive-readdir",
"description": "Get an array of all files in a directory and subdirectories.",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"lister"
],
"engines": {
"node": ">=0.12.0"
"node": ">=6.0.0"
},
"dependencies": {
"minimatch": "3.0.4"
Expand Down

0 comments on commit 06ef9a7

Please sign in to comment.