Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Support Node.js v0.8.x. #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,4 @@ language: node_js
node_js:
- 0.4
- 0.6
- 0.7
- 0.8
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"vows" : ">=0.6.0"
},
"engines": {
"node": "~0.4.9 || ~0.6.5 || ~0.7.5"
"node": "~0.4.9 || ~0.6.5 || ~0.8.0"
},
"scripts": {
"test": "vows test/*.js"
Expand Down