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 f1bd3f6 commit c277b36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,8 +1,5 @@
language: node_js
node_js:
- '4.1'
- 'iojs'
- '0.12'
- '0.10'
after_success:
- if node --version == 0.10*; then npm run coveralls; fi
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/bitjson/s18n",
"engines": {
"node": ">=0.10"
"node": ">= 4"
},
"dependencies": {
"async": "^2.0.0-rc.3",
Expand Down

0 comments on commit c277b36

Please sign in to comment.