Skip to content

Commit e7f21d3

Browse files
committed
BREAKING: Require Node 6
1 parent 0c56d18 commit e7f21d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ sudo: false
33
language: node_js
44

55
node_js:
6+
- node
67
- 6
7-
- 4
8-
- 0.12

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"engines": {
38-
"node": ">=0.8"
38+
"node": ">=6"
3939
},
4040
"scripts": {
4141
"prepublish": "npm test",

0 commit comments

Comments
 (0)