Skip to content

Commit

Permalink
just for node v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Jul 16, 2013
1 parent 2fa9366 commit b25680e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- 0.8
- 0.10
5 changes: 4 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "duplex-emitter",
"version": "2.0.1",
"version": "2.0.2",
"description": "Duplex Event Emitter",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,5 +29,8 @@
},
"devDependencies": {
"tap": "*"
},
"engines": {
"node": ">=0.10.0"
}
}

0 comments on commit b25680e

Please sign in to comment.