Skip to content

Commit

Permalink
Removing 0.8 as supported version, as tape doesn't seem to want to wo…
Browse files Browse the repository at this point in the history
…rk on it.
  • Loading branch information
Josh Mervine committed Feb 28, 2014
1 parent 127256b commit cc58a5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,8 +21,8 @@ works pretty much the same way.

Tested on the following node versions (via [Travis-ci.org](http://travis-ci.org/):

- 0.8
- 0.10
- 0.11

### Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"tape": "^2.4.0"
},
"engines": {
"node": ">= 0.8"
"node": ">= 0.10"
},
"dependencies": {},
"scripts": {
Expand Down

0 comments on commit cc58a5c

Please sign in to comment.