Skip to content

Commit

Permalink
require at least node 0.12, since we use built-in Promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamison Dance committed May 23, 2019
1 parent 8cde873 commit 0d0e8d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -11,5 +11,3 @@ node_js:
- "4.0"
- "iojs"
- "0.12"
- "0.11"
- "0.10"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"lister"
],
"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
},
"dependencies": {
"minimatch": "3.0.4"
Expand Down

0 comments on commit 0d0e8d6

Please sign in to comment.