We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326dec1 commit 7786b2dCopy full SHA for 7786b2d
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
- - 4
4
- 6
5
- 8
6
- 9
CHANGELOG.md
@@ -6,7 +6,7 @@
7
### Breaking
8
9
-* Node 0.10/0.12 are no longer supported
+* Node 0.10/0.12/4 are no longer supported
10
11
## 2.0.1 - 2016-11-09
12
package.json
@@ -29,5 +29,8 @@
29
},
30
"dependencies": {
31
"concat-stream": "^1.5.2"
32
+ },
33
+ "engine": {
34
+ "node": ">=6"
35
}
36
0 commit comments