Skip to content

Commit 9cb2785

Browse files
committed
Why why why does semistandard require node 4+?
1 parent ba7e214 commit 9cb2785

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
22
node_js:
3-
- "0.12"
4-
- "0.11"
5-
- "0.10"
3+
- "5"
4+
- "5.1"
5+
- "4"
6+
- "4.2"
7+
- "4.1"
8+
- "4.0"
9+
- "iojs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ndarray-linspace",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Fill an ndarray with equally spaced values",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)