Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Make sure Zombie doesn't try to install on 0.3.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Jan 18, 2011
1 parent b3de181 commit 559ee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"test": "vows"
},
"engines": {
"node": "*"
"node": ">= 0.2 < 0.3"
},
"dependencies": {
"base64": "1.0.1",
Expand Down

0 comments on commit 559ee97

Please sign in to comment.