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 a8a6199 commit bc676fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ language: node_js
sudo: false

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- '4'
- '5'

after_success:
- npm run coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "test-jstransformer"
},
"engines": {
"node": ">=0.10.36"
"node": ">= 4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bc676fe

Please sign in to comment.