Skip to content

Commit

Permalink
drop node 0.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Apr 24, 2014
1 parent ea09651 commit 96c68d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.10"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Node.js based app to show the current status of your miner in a browser.

## Installation

Requirements: nodejs >= 0.8
Requirements: nodejs >= 0.10

Step 1: Clone the repository or [download the current version](https://github.com/selaux/miner-dashboard/releases) and extract it.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,6 +58,6 @@
},
"license": "MIT",
"engines": {
"node": ">=0.8"
"node": ">=0.10"
}
}

0 comments on commit 96c68d7

Please sign in to comment.