Skip to content

Commit

Permalink
pin node version to minimum 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Jan 14, 2012
1 parent 3e38b95 commit f2e4e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
, "author": "?"
, "homepage": "https://github.com/buddycloud/channel-webclient"
, "repository": { "type": "git", "url": "git://github.com/buddycloud/channel-webclient.git" }
, "engines": { "node": ">= 0.4.8" }
, "engines": { "node": ">= 0.6" }
, "scripts": {
"install": "#./node_modules/.bin/coffee"
, "update": "#./node_modules/.bin/coffee"
Expand Down

0 comments on commit f2e4e93

Please sign in to comment.