Skip to content

Commit

Permalink
Specify Node.js 0.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Jul 12, 2012
1 parent 673f34a commit 44ca160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: node_js

node_js:
- 0.6
- 0.8
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
],
"main": "lib/lanyrd-scraper",
"engines": {
"node": "~0.8.1"
"node": ">=0.6"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 44ca160

Please sign in to comment.