Skip to content

Commit

Permalink
fix required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Nov 6, 2011
1 parent eb6226f commit 02a6906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"thepusher": "./pusher.js"
},
"engines": {
"node": "0.4.x - 0.6.x"
"node": ">=0.4.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 02a6906

Please sign in to comment.