diff --git a/.travis.yml b/.travis.yml index 00c89ee..b5d7025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,3 @@ node_js: - "8" - "7" - "6" - - "5" - - "4" - - "iojs" - - "0.12" diff --git a/package.json b/package.json index 44e8f85..25611b4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "author": "Jamison Dance (http://jamisondance.com/)", + "author": "Jamison Dance (http://jamison.dance.com/)", "name": "recursive-readdir", "description": "Get an array of all files in a directory and subdirectories.", "license": "MIT", @@ -20,7 +20,7 @@ "lister" ], "engines": { - "node": ">=0.12.0" + "node": ">=6.0.0" }, "dependencies": { "minimatch": "3.0.4"