Skip to content

Commit ca597a0

Browse files
committed
Require node 0.10 now
1 parent 26adf3b commit ca597a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- 0.8
3+
- 0.10

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
},
2828
"scripts": {
2929
"test": "mocha"
30+
},
31+
"engines": {
32+
"node": ">=0.10"
3033
}
31-
}
34+
}

0 commit comments

Comments
 (0)