Skip to content

Commit e5ad935

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent 5e7bd02 commit e5ad935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
- '0.11'
3+
- 4
4+
- 6
55
after_script:
66
- npm run coveralls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"should": "^11.1.0"
4242
},
4343
"engines": {
44-
"node": ">=0.9.0",
44+
"node": ">= 4",
4545
"npm": ">=1.2.10"
4646
},
4747
"license": "MIT"

0 commit comments

Comments
 (0)