Skip to content

Commit 496961d

Browse files
committed
Drop support for 0.10/0.12
nyc uses `const` and code coverage is _definitely_ worth it.
1 parent de68bf1 commit 496961d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
53
- "4"
64
- "6"
75
env:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
`smart-spawn` follows [Semantic Versioning][1].
44

5+
## 3.0.0 - Future
6+
7+
### Breaking
8+
9+
* Node 0.10/0.12 are no longer supported
10+
511
## 2.0.1 - 2016-11-09
612

713
### Fixed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Spawn an async process and get back stdout, handling errors
1313

1414
## Usage
1515

16+
You need Node 4+. It'll probably run on 0.10 and 0.12 too, but the test suite doesn't cover those versions, so you're on your own.
17+
1618
```js
1719
var smartSpawn = require('smart-spawn');
1820

0 commit comments

Comments
 (0)