Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Drop node.js 0.8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 17, 2014
1 parent 5426e7a commit d04c5db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ language: node_js

node_js:
- "0.10"
- "0.8"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Mike Sherov <mike.sherov@gmail.com>"
],
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"dependencies": {
"colors": "~0.6.2",
Expand Down

0 comments on commit d04c5db

Please sign in to comment.