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 e7f0fe5 commit 9a6ea05Copy full SHA for 9a6ea05
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- "6"
5
- "7"
6
- "8"
CHANGELOG.md
@@ -2,6 +2,12 @@
`git-clone-or-pull` follows [Semantic Versioning][1].
+## 4.0.0 - future
+
7
+### Breaking
8
9
+* Drop Node 4
10
11
## 3.1.1 - 2017-11-15
12
13
### Fixed
package.json
@@ -37,6 +37,6 @@
37
"tmp": "0.0.33"
38
},
39
"engine": {
40
- "node": ">=4.0"
+ "node": ">=6.0"
41
}
42
0 commit comments