Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This module no longer supports Node.js 0.10
  • Loading branch information
greenkeeperio-bot committed Oct 31, 2016
1 parent 1d5df18 commit b69c0ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,10 +1,8 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- iojs
- 4
- 6
before_script:
- npm config set coverage true
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"mocha": "^3.0.0"
},
"engines": {
"node": ">=0.10.0",
"node": ">= 4",
"npm": ">=1.3.7"
},
"license": "MIT"
Expand Down

0 comments on commit b69c0ee

Please sign in to comment.