Skip to content

Commit

Permalink
chore(node): remove node 0.x support (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Oct 19, 2017
1 parent 8d3647c commit 0a4fbe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,6 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.11'
- '0.10'
before_install:
# https://github.com/npm/npm/issues/11283
- npm set progress=false
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -59,6 +59,9 @@
"lodash": "^4.17.2",
"micromatch": "^3.1.0"
},
"engines": {
"node" : ">=4.0.0"
},
"standard": {
"env": [
"mocha"
Expand Down

0 comments on commit 0a4fbe3

Please sign in to comment.