Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Some deps don't play well with Node 0.8, so stop supporting that version
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 15, 2015
1 parent c0a05aa commit 86aff83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: node_js

node_js:
- 0.8
- 0.10
- 0.11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"url": "https://github.com/webpro/dyson"
},
"engines": {
"node": ">=0.8"
"node": ">=0.10"
},
"preferGlobal": true,
"license": "MIT"
Expand Down

0 comments on commit 86aff83

Please sign in to comment.