Skip to content

Commit

Permalink
Testing new node versions.
Browse files Browse the repository at this point in the history
Testing new version of node and msgpack.
  • Loading branch information
godsflaw committed Aug 28, 2012
1 parent ed7bb42 commit bbacd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
},
"main": "index.js",
"scripts": { "test": "expresso -I lib test/*" },
"engines": { "node": "0.4.x || 0.5.x || 0.6.x || 0.7.x" }
"engines": { "node": "0.4.x || 0.5.x || 0.6.x || 0.7.x || 0.8.x || 0.9.x" }
}

0 comments on commit bbacd6e

Please sign in to comment.