Skip to content

Commit a37535a

Browse files
author
Paul Thompson
committed
Drop node v0.8
1 parent 860084a commit a37535a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ language: node_js
22
node_js:
33
- "0.11"
44
- "0.10"
5-
- "0.8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"main": "index.js",
3333
"readmeFilename": "README.md",
3434
"engines": {
35-
"node": ">= 0.8.0"
35+
"node": ">= 0.10"
3636
},
3737
"scripts": {
3838
"test": "grunt test"

0 commit comments

Comments
 (0)